Last active
March 30, 2020 02:28
-
-
Save koduki/78308e7c0645542894d3da9adeef9b03 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: cert-manager.io/v1alpha2 | |
kind: Certificate | |
metadata: | |
name: che-tls | |
namespace: che | |
spec: | |
secretName: che-tls | |
dnsNames: | |
- '*.che.hnakada128.com' | |
issuerRef: | |
name: che-certificate-issuer | |
kind: ClusterIssuer |
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: cert-manager.io/v1alpha2 | |
kind: ClusterIssuer | |
metadata: | |
name: che-certificate-issuer | |
spec: | |
acme: | |
email: [email protected] | |
server: https://acme-v02.api.letsencrypt.org/directory | |
privateKeySecretRef: | |
name: letsencrypt | |
solvers: | |
- dns01: | |
clouddns: | |
project: my-dev-env-272422 | |
serviceAccountSecretRef: | |
key: key.json | |
name: clouddns-dns01-solver-svc-acct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment