X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/52a04643aff653c4302fb20d147e9a4dc551298d..91ebfb6d3812313dfa13caa75a6e5fb426c0d519:/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls index 35ec9b0da7..f77d17c877 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls @@ -6,19 +6,8 @@ ### LETSENCRYPT letsencrypt: domainsets: - download.__CLUSTER__.__DOMAIN__: - - download.__CLUSTER__.__DOMAIN__ - collections.__CLUSTER__.__DOMAIN__: - - collections.__CLUSTER__.__DOMAIN__ - - *.collections.__CLUSTER__.__DOMAIN__ - -### NGINX -nginx: - ### SNIPPETS - snippets: - download.__CLUSTER__.__DOMAIN___letsencrypt_cert.conf: - - ssl_certificate: /etc/letsencrypt/live/download.__CLUSTER__.__DOMAIN__/fullchain.pem - - ssl_certificate_key: /etc/letsencrypt/live/download.__CLUSTER__.__DOMAIN__/privkey.pem - collections.__CLUSTER__.__DOMAIN___letsencrypt_cert.conf: - - ssl_certificate: /etc/letsencrypt/live/collections.__CLUSTER__.__DOMAIN__/fullchain.pem - - ssl_certificate_key: /etc/letsencrypt/live/collections.__CLUSTER__.__DOMAIN__/privkey.pem + download.__DOMAIN__: + - download.__DOMAIN__ + collections.__DOMAIN__: + - collections.__DOMAIN__ + - '*.collections.__DOMAIN__'