Skip to content

Instantly share code, notes, and snippets.

@lwolf
Last active April 8, 2019 18:03
Show Gist options
  • Select an option

  • Save lwolf/de799a48cb87af700b676b6e1d217e17 to your computer and use it in GitHub Desktop.

Select an option

Save lwolf/de799a48cb87af700b676b6e1d217e17 to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: example-com
spec:
secretName: example-com-certs
issuerRef:
name: letsencrypt-live
kind: ClusterIssuer
commonName: '*.example.com'
dnsNames:
- example.com
acme:
config:
- dns01:
provider: cloudflare-dns01
domains:
- '*.example.com'
- example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment