Skip to content

Instantly share code, notes, and snippets.

@parisnakitakejser
Created January 29, 2022 18:57
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 parisnakitakejser/e765bfa37f3aff869461ce3f5c635f2a to your computer and use it in GitHub Desktop.
Save parisnakitakejser/e765bfa37f3aff869461ce3f5c635f2a to your computer and use it in GitHub Desktop.
Let's Encrypt production server with Cloudflare dns01 renewal
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt-prod
spec:
acme:
email: <your-email>
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- dns01:
cloudflare:
email: <your-email>
apiTokenSecretRef:
name: cloudflare-api-token-secret
key: api-token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment