Skip to content

Instantly share code, notes, and snippets.

@bliotti
Forked from lvnilesh/cluster-issuer.yaml
Last active May 15, 2021 03:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bliotti/9eb8b3531b2022918fef7dec3cd6448c to your computer and use it in GitHub Desktop.
Save bliotti/9eb8b3531b2022918fef7dec3cd6448c 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: Issuer
metadata:
name: letsencrypt-staging
namespace: cert-manager
spec:
acme:
email: brian@liotti.io
server: https://acme-staging-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-staging
solvers:
- http01:
ingress:
class: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment