Skip to content

Instantly share code, notes, and snippets.

@michalpenka
Created March 19, 2020 16:08
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 michalpenka/d5cdfc3c9fc32ec643915fe3b7e1a87f to your computer and use it in GitHub Desktop.
Save michalpenka/d5cdfc3c9fc32ec643915fe3b7e1a87f to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1alpha2
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
spec:
acme:
server: https://acme-staging-v02.api.letsencrypt.org/directory
email: michal@helloworld.com
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