Skip to content

Instantly share code, notes, and snippets.

@arush-sal
Created November 8, 2018 14:00
Show Gist options
  • Save arush-sal/11505d2fd79879e7b83589b6597d2ab6 to your computer and use it in GitHub Desktop.
Save arush-sal/11505d2fd79879e7b83589b6597d2ab6 to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: test-cert-manager-issuer
namespace: test-cert-manager-namespace
spec:
acme:
email: <Your-Email-Addess>
http01: {}
privateKeySecretRef:
key: ""
name: test-cert-manager-secret
server: https://acme-staging-v02.api.letsencrypt.org/directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment