Created
November 6, 2021 11:50
-
-
Save calvin-puram/9df4b9f5a2b5ea3cecd3c8edbe5e76b8 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/v1 | |
| kind: Certificate | |
| metadata: | |
| name: calvinpuram.com | |
| namespace: default | |
| spec: | |
| secretName: calvinpuram.com-tls | |
| issuerRef: | |
| name: letsencrypt-prod | |
| kind: ClusterIssuer | |
| commonName: calvinpuram.com | |
| dnsNames: | |
| - calvinpuram.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment