Created
September 9, 2019 18:59
-
-
Save JWDobken/364305c498e64d13e0549946ad915adf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: certmanager.k8s.io/v1alpha1 | |
kind: ClusterIssuer | |
metadata: | |
labels: | |
name: letsencrypt-prod | |
name: letsencrypt-prod | |
spec: | |
acme: | |
email: EMAIL-ADDRESS | |
http01: {} | |
privateKeySecretRef: | |
name: letsencrypt-prod | |
server: https://acme-v02.api.letsencrypt.org/directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment