Skip to content

Instantly share code, notes, and snippets.

@timhberry
Created June 29, 2022 14:29
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 timhberry/9000e6db28e70920ccbb2b297eadfe1d to your computer and use it in GitHub Desktop.
Save timhberry/9000e6db28e70920ccbb2b297eadfe1d to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: cert-com-tls
spec:
secretName: local-secret
issuerRef:
name: selfsigned-issuer
kind: ClusterIssuer
commonName: localhost
dnsNames:
- localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment