Skip to content

Commit 5bdcc8b

Browse files
Merge pull request #399 from hanleyyin/updateTemplateREADME
Update templates in README to reflect templates used in code
2 parents 08adc90 + 2898cd8 commit 5bdcc8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ AWS Private Certificate Authority(PCA) Issuer Plugin supports the following inte
123123
* [End-to-End TLS encryption on Amazon Elastic Kubernetes Service](https://aws.amazon.com/blogs/containers/setting-up-end-to-end-tls-encryption-on-amazon-eks-with-the-new-aws-load-balancer-controller/)(Amazon EKS).
124124
* [TLS-enabled Kubernetes clusters with AWS Private CA and Amazon EKS](https://aws.amazon.com/blogs/security/tls-enabled-kubernetes-clusters-with-acm-private-ca-and-amazon-eks-2/)
125125
* Cross Account CA sharing with supported Cross Account templates
126-
* [Supported PCA Certificate Templates](https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html#template-varieties): CodeSigningCertificate/V1; EndEntityClientAuthCertificate/V1; EndEntityServerAuthCertificate/V1; OCSPSigningCertificate/V1; EndEntityCertificate/V1; BlankEndEntityCertificate_CSRPassthrough/V1
126+
* [Supported PCA Certificate Templates](https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html#template-varieties): CodeSigningCertificate/V1; EndEntityClientAuthCertificate/V1; EndEntityServerAuthCertificate/V1; OCSPSigningCertificate/V1; EndEntityCertificate/V1; BlankEndEntityCertificate_APICSRPassthrough/V1
127127

128128

129129
## Mapping Cert-Manager Usage Types to AWS PCA Template Arns
@@ -140,7 +140,7 @@ This table shows how the UsageTypes are being translated into which template to
140140
| ServerAuth | acm-pca:::template/EndEntityServerAuthCertificate/V1 |
141141
| OCSPSigning | acm-pca:::template/OCSPSigningCertificate/V1 |
142142
| ClientAuth, ServerAuth | acm-pca:::template/EndEntityCertificate/V1 |
143-
| Everything Else | acm-pca:::template/BlankEndEntityCertificate_CSRPassthrough/V1 |
143+
| Everything Else | acm-pca:::template/BlankEndEntityCertificate_APICSRPassthrough/V1 |
144144

145145
## Understanding/Running the tests
146146

0 commit comments

Comments
 (0)