Skip to content

Instantly share code, notes, and snippets.

@skiptomyliu
Created July 4, 2018 14:23
Show Gist options
  • Save skiptomyliu/afd0779cb93bbc7a300bffe9bbdb29af to your computer and use it in GitHub Desktop.
Save skiptomyliu/afd0779cb93bbc7a300bffe9bbdb29af to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
# The ACME server URL
server: https://acme-v02.api.letsencrypt.org/directory
# Email address used for ACME registration
email: [your_email address]
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: letsencrypt-prod
# Enable the HTTP-01 challenge provider
http01: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment