Skip to content

Instantly share code, notes, and snippets.

@b44rawat
Created March 9, 2023 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b44rawat/63f9ba866bb4b75bc09cb119ca95b4d4 to your computer and use it in GitHub Desktop.
Save b44rawat/63f9ba866bb4b75bc09cb119ca95b4d4 to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: cert-manager-staging-test
spec:
acme:
email: xxxxx-xxxxx@xxxxx.xxx
server: https://acme-staging-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: cert-manager-staging-test-secret
solvers:
- selector:
dnsZones:
- "*.example.com"
- "example.com"
dns01:
route53:
region: us-east-1
hostedZoneID: ZO61XXXXXXXXXXXXX
accessKeyID: AKIAXXXXXXXXXXXXXX
secretAccessKeySecretRef:
name: awssecretkey
key: secret-access-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment