diff --git a/README.md b/README.md index 388be01b..563d27de 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Latest version

-# AWS Private CA Issuer +# AWS Private CA Connector for Kubernetes AWS Private CA is an AWS service that can setup and manage private CAs, as well as issue private certificates. cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources. It will ensure certificates are valid, updated periodically and attempt to renew certificates at an appropriate time before expiry. -This project acts as an addon (see https://cert-manager.io/docs/configuration/external/) to cert-manager that signs off certificate requests using AWS Private CA. +AWS Private CA Connector for Kubernetes (or AWS PCA Issuer) is an open-source issuer plugin for cert-manager (see https://cert-manager.io/docs/configuration/external/) that signs off certificate requests using AWS Private CA. ## Setup diff --git a/charts/aws-pca-issuer/Chart.yaml b/charts/aws-pca-issuer/Chart.yaml index 050a1489..f52ed9bc 100644 --- a/charts/aws-pca-issuer/Chart.yaml +++ b/charts/aws-pca-issuer/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: aws-privateca-issuer -description: An addon for cert-manager to sign certificates using AWS PCA +description: A plugin for cert-manager to sign certificates using AWS PCA type: application version: v1.4.0 appVersion: v1.4.0 diff --git a/charts/aws-pca-issuer/README.md b/charts/aws-pca-issuer/README.md index 62641b3e..fded47cf 100644 --- a/charts/aws-pca-issuer/README.md +++ b/charts/aws-pca-issuer/README.md @@ -1,11 +1,11 @@ -# AWS Private CA Issuer +# AWS Private CA Connector for Kubernetes -AWS Private CA is an AWS service that can setup and manage private CAs, as well as issue private certifiates. +AWS Private CA is an AWS service that can setup and manage private CAs, as well as issue private certificates. cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources. -It will ensure certificates are valid and up to date periodically, and attempt to renew certificates at an appropriate time before expiry. +It will ensure certificates are valid, updated periodically and attempt to renew certificates at an appropriate time before expiry. -This project acts as an addon (see https://cert-manager.io/docs/configuration/external/) to cert-manager that signs off certificate requests using AWS Private CA. +AWS Private CA Connector for Kubernetes (or AWS PCA Issuer) is an open-source issuer plugin for cert-manager (see https://cert-manager.io/docs/configuration/external/) that signs off certificate requests using AWS Private CA. ## Values