Skip to content

Instantly share code, notes, and snippets.

@lvnilesh
Last active May 15, 2021 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lvnilesh/b07132d67fdda57f542ea1651fd4e925 to your computer and use it in GitHub Desktop.
Save lvnilesh/b07132d67fdda57f542ea1651fd4e925 to your computer and use it in GitHub Desktop.
DNS acme cluster-issuer.yaml - third time is a charm
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
namespace: cert-manager
spec:
acme:
email: nilesh@cloudgeni.us
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- dns01:
cloudflare:
email: nilesh@cloudgeni.us
apiKeySecretRef:
name: cloudflare-api-key
key: api-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment