Skip to content

Instantly share code, notes, and snippets.

@b44rawat
Created March 9, 2023 16:57
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 b44rawat/c2ccf1d6296b6838d7790a517cf26f46 to your computer and use it in GitHub Desktop.
Save b44rawat/c2ccf1d6296b6838d7790a517cf26f46 to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: cert-manager-staging-test-cert
namespace: default
spec:
secretName: cert-manager-staging-test-staging-secret
issuerRef:
name: cert-manager-staging-test
kind: ClusterIssuer
commonName: '*.example.com'
dnsNames:
- '*.example.com'
- 'example.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment