You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Private CA is an AWS service that can setup and manage private CAs, as well as issue private certificates.
15
15
16
16
cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.
17
17
It will ensure certificates are valid, updated periodically and attempt to renew certificates at an appropriate time before expiry.
18
18
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.
Copy file name to clipboardExpand all lines: charts/aws-pca-issuer/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# AWS Private CA Issuer
1
+
# AWS Private CA Connector for Kubernetes
2
2
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.
4
4
5
5
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.
7
7
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.
0 commit comments