Skip to content

Instantly share code, notes, and snippets.

@Yitaek
Created August 5, 2020 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yitaek/bc5eceed483fc02bcac3069221284863 to your computer and use it in GitHub Desktop.
Save Yitaek/bc5eceed483fc02bcac3069221284863 to your computer and use it in GitHub Desktop.
whoami application example cert
---
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: whoami-cert
namespace: whoami
spec:
commonName: whoami.example.com
secretName: whoami-cert
dnsNames:
- whoami.example.com
issuerRef:
name: letsencrypt-staging
kind: ClusterIssuer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment