Skip to content

Instantly share code, notes, and snippets.

@arush-sal
Created November 8, 2018 14:02
Show Gist options
  • Save arush-sal/08270476505252197d0dd2d890f6911e to your computer and use it in GitHub Desktop.
Save arush-sal/08270476505252197d0dd2d890f6911e to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: Certificate
metadata:
name: test-cert-manager-certificate
namespace: test-cert-manager-namespace
spec:
acme:
config:
- domains:
- cert-manager.kubernauts.sh
http01:
ingress: ""
dnsNames:
- cert-manager.kubernauts.sh
issuerRef:
kind: Issuer
name: test-cert-manager-issuer
secretName: test-cert-manager-secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment