Skip to content

Instantly share code, notes, and snippets.

@chukaofili
Created December 6, 2019 19:58
Show Gist options
  • Save chukaofili/fc170b6d1c410a7f693dd51becaaf507 to your computer and use it in GitHub Desktop.
Save chukaofili/fc170b6d1c410a7f693dd51becaaf507 to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: wildcard-certificate
namespace: cert-manager
labels:
use-clouddns-solver: "true"
spec:
secretName: wildcard-certificate-tls
dnsNames:
- '*.__DOMAIN__'
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment