Skip to content

Instantly share code, notes, and snippets.

@skiptomyliu
Created July 4, 2018 14:20
Show Gist options
  • Save skiptomyliu/fa19b85708d43feb59095dd70efa1946 to your computer and use it in GitHub Desktop.
Save skiptomyliu/fa19b85708d43feb59095dd70efa1946 to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: webserver-tls-prod
spec:
secretName: webserver-tls-prod
dnsNames:
- mosaic.skiptomyliu.com
acme:
config:
- http01:
ingressClass: nginx
domains:
- mosaic.skiptomyliu.com
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment