Skip to content

Instantly share code, notes, and snippets.

@agileguy
Last active November 3, 2019 15:39
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 agileguy/ea8b9c909e556ee298cf02f6b231b15b to your computer and use it in GitHub Desktop.
Save agileguy/ea8b9c909e556ee298cf02f6b231b15b to your computer and use it in GitHub Desktop.
Certificate issuer for blog (Lets Encrypt)
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
name: blog-letsencrypt
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: something@hotmail.com
privateKeySecretRef:
name: blog-devopsculture
http01: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment