Skip to content

Instantly share code, notes, and snippets.

@timthesinner
Last active January 7, 2019 03:00
Show Gist options
  • Save timthesinner/893c5afa4842ae9e38a20bb203ce5558 to your computer and use it in GitHub Desktop.
Save timthesinner/893c5afa4842ae9e38a20bb203ce5558 to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: wildcard-ingress-cert
namespace: kube-system
spec:
dnsNames:
- '*.<ROOT_DOMAIN>'
issuerRef:
kind: ClusterIssuer
name: lets-encrypt-issuer-dev
acme:
config:
- dns01:
provider: route53
domains:
- '*.<ROOT_DOMAIN>'
secretName: wildcard-ingress-cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment