Skip to content

Instantly share code, notes, and snippets.

@calvin-puram
Created November 6, 2021 11:50
Show Gist options
  • Select an option

  • Save calvin-puram/9df4b9f5a2b5ea3cecd3c8edbe5e76b8 to your computer and use it in GitHub Desktop.

Select an option

Save calvin-puram/9df4b9f5a2b5ea3cecd3c8edbe5e76b8 to your computer and use it in GitHub Desktop.
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