Skip to content

Instantly share code, notes, and snippets.

@flypenguin
Last active November 11, 2018 15:06
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 flypenguin/4c57aa1e8bc7b9a8d477b1deb9e89d01 to your computer and use it in GitHub Desktop.
Save flypenguin/4c57aa1e8bc7b9a8d477b1deb9e89d01 to your computer and use it in GitHub Desktop.
k8s-letsencrypt-issuer-staging
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
spec:
acme:
# The ACME server URL
server: https://acme-staging-v02.api.letsencrypt.org/directory
# Email address used for ACME registration
email: "penguin@flypenguin.de"
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: letsencrypt-staging
# 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