Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomaszkiewicz/1801cfa118b62df286a9fa906626647e to your computer and use it in GitHub Desktop.
Save tomaszkiewicz/1801cfa118b62df286a9fa906626647e to your computer and use it in GitHub Desktop.
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod-dns
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: user@example.com
privateKeySecretRef:
name: letsencrypt-prod
dns01:
providers:
- name: route53
route53:
region: eu-west-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment