Skip to content

Instantly share code, notes, and snippets.

@Yitaek
Created August 9, 2020 00:24
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/248d5c22d9ea4b9dbb5b4c990884086f to your computer and use it in GitHub Desktop.
Save Yitaek/248d5c22d9ea4b9dbb5b4c990884086f to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: wildcard-cert
spec:
secretName: wildcard-cert
dnsNames:
- '*.mydomain.example.com'
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment