Skip to content

Instantly share code, notes, and snippets.

@agileguy
Last active November 3, 2019 23: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/9681314aaad8807328a6100505d04491 to your computer and use it in GitHub Desktop.
Save agileguy/9681314aaad8807328a6100505d04491 to your computer and use it in GitHub Desktop.
Certificate for blog (Lets Encrypt)
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: blog-devopsculture
spec:
secretName: blog-devopsculture
issuerRef:
name: blog-letsencrypt
kind: ClusterIssuer
commonName: 'blog.devopsculture.ca'
dnsNames:
- blog.devopsculture.ca
acme:
config:
- http01:
ingressClass: nginx
domains:
- blog.devopsculture.ca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment