Skip to content

Commit 31c4841

Browse files
author
Katie Horne
authored
chore: added secret creation command to Route 53 doc (#691)
1 parent 724b416 commit 31c4841

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

guides/tls-certificates/route53.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You must have:
3131
You should also:
3232

3333
- Be a cluster admin
34-
- Have access to your DNS provider.
34+
- Have access to your DNS provider
3535
- Have an AWS account so that you can access
3636
[Route 53](https://aws.amazon.com/route53/) and
3737
[IAM](https://aws.amazon.com/iam/)
@@ -97,8 +97,14 @@ To make sure that your `clusterIssuer` can change your DNS settings,
9797
[create the required IAM role](https://cert-manager.io/docs/configuration/acme/dns01/route53/#set-up-an-iam-role)
9898

9999
When you create the secret for cert-manager, referenced below as
100-
`route53-credentials` be sure it is in the cert-manager namespace since it's
101-
used by the cert-manager pod to perform DNS configuration changes.
100+
`route53-credentials`, be sure it is in the cert-manager namespace since it's
101+
used by the cert-manager pod to perform DNS configuration changes:
102+
103+
```console
104+
kubectl --namespace cert-manager \
105+
create secret generic route53-credentials \
106+
--from-literal="secret-access-key=<YOUR-AWS-SECRET-ACCESS-KEY>"
107+
```
102108

103109
## Step 4: Create the ACME Issuer
104110

0 commit comments

Comments
 (0)