Skip to content

Commit 974dabe

Browse files
authored
Update README to include installing instructions from official document (#85)
Update README to include installing instructions from official document.
1 parent 04ec0b1 commit 974dabe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Kubernetes Github project.
1010

1111
## Getting Started
1212

13+
### Installation Instructions
14+
Learn more about [installing ACK service controller for AWS Certificate Manager](https://docs.aws.amazon.com/acm/latest/userguide/exportable-certificates-kubernetes.html).
15+
1316
### Pricing
1417
The ACK service controller for AWS Certificate Manager is free of charge. If you issue an [exportable public certificate](https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html) with AWS Certificate Manager, there is a charge at certificate issuance and again when the certificate renews. Learn more about [AWS Certificate Manager Pricing](https://aws.amazon.com/certificate-manager/pricing/).
1518

@@ -20,6 +23,7 @@ The ACK service controller for AWS Certificate Manager uses Kubernetes TLS Secre
2023

2124
In addition, after a certificate is successfully renewed by ACM, the ACK service controller for AWS Certificate Manager will automatically export the renewed certificate again so that the Kubernetes TLS Secret `exportTo` contains the certificate data and private key data of the renewed certificate.
2225

26+
2327
#### Export Certificate
2428
To export an ACM certificate to a Kubernetes TLS Secret, users must specify the namespace and the name of the Secret using the `exportTo` field of the Certificate resource, as shown below.
2529

0 commit comments

Comments
 (0)