X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45e77184afd269c569745ab64fd00c2336e70c9c..b7d5f7b673fd35ef6eb7348a9a96ba100995427f:/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt.sls diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt.sls index 6ba8b9b099..90593307d3 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt.sls @@ -8,23 +8,13 @@ letsencrypt: use_package: true pkgs: - certbot: latest - - python3-certbot-nginx + - python3-certbot-dns-route53 config: server: https://acme-v02.api.letsencrypt.org/directory email: __INITIAL_USER_EMAIL__ - authenticator: nginx - webroot-path: /var/www + authenticator: dns-route53 agree-tos: true keep-until-expiring: true expand: true max-log-backups: 0 deploy-hook: systemctl reload nginx - -### NGINX -nginx: - ### SNIPPETS - snippets: - ### LETSENCRYPT DEFAULT PATH - letsencrypt_well_known.conf: - - location /.well-known: - - root: /var/www