Skip to content

Commit 8174db3

Browse files
committed
Rebrand to Connector for Kubernetes
Signed-off-by: Neha Bhat <[email protected]>
1 parent 6d2fc2d commit 8174db3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<img alt="Latest version" src="https://img.shields.io/github/v/release/cert-manager/aws-privateca-issuer?color=success&sort=semver" />
1010
</p>
1111

12-
# AWS Private CA Issuer
12+
# AWS Private CA Connector for Kubernetes
1313

1414
AWS Private CA is an AWS service that can setup and manage private CAs, as well as issue private certificates.
1515

1616
cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.
1717
It will ensure certificates are valid, updated periodically and attempt to renew certificates at an appropriate time before expiry.
1818

19-
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.
19+
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.
2020

2121
## Setup
2222

charts/aws-pca-issuer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: aws-privateca-issuer
3-
description: An addon for cert-manager to sign certificates using AWS PCA
3+
description: A plugin for cert-manager to sign certificates using AWS PCA
44
type: application
55
version: v1.4.0
66
appVersion: v1.4.0

charts/aws-pca-issuer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# AWS Private CA Issuer
1+
# AWS Private CA Connector for Kubernetes
22

3-
AWS Private CA is an AWS service that can setup and manage private CAs, as well as issue private certifiates.
3+
AWS Private CA is an AWS service that can setup and manage private CAs, as well as issue private certificates.
44

55
cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.
6-
It will ensure certificates are valid and up to date periodically, and attempt to renew certificates at an appropriate time before expiry.
6+
It will ensure certificates are valid, updated periodically and attempt to renew certificates at an appropriate time before expiry.
77

8-
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.
8+
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.
99

1010
## Values
1111

0 commit comments

Comments
 (0)