Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomaszkiewicz/b33fd1286ee15e19b600b51df6e9b6f3 to your computer and use it in GitHub Desktop.
Save tomaszkiewicz/b33fd1286ee15e19b600b51df6e9b6f3 to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
server: https://acme-v01.api.letsencrypt.org/directory
email: user@example.com
privateKeySecretRef:
name: letsencrypt-prod
http01: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment