Skip to content

Instantly share code, notes, and snippets.

@wintersolutions
Last active January 30, 2021 04:30
Show Gist options
  • Save wintersolutions/b4280724e09c75655d199f4db6b41bb0 to your computer and use it in GitHub Desktop.
Save wintersolutions/b4280724e09c75655d199f4db6b41bb0 to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
namespace: cert-manager
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: MYEMAIL
privateKeySecretRef:
name: letsencrypt-prod
solvers:
- http01:
ingress:
class: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment