Last active
May 17, 2018 09:51
-
-
Save tomaszkiewicz/1801cfa118b62df286a9fa906626647e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: certmanager.k8s.io/v1alpha1 | |
kind: ClusterIssuer | |
metadata: | |
name: letsencrypt-prod-dns | |
spec: | |
acme: | |
server: https://acme-v02.api.letsencrypt.org/directory | |
email: [email protected] | |
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