Skip to content

Instantly share code, notes, and snippets.

@ducan-ne
Created January 31, 2020 16:10
Show Gist options
  • Save ducan-ne/29a1106539878de8b0c113af662d0645 to your computer and use it in GitHub Desktop.
Save ducan-ne/29a1106539878de8b0c113af662d0645 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: ssl@clgt.io
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: letsencrypt-prod-account-key
# 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