X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/65d25630f34296f30c50cd78f232713f23f70bc3..2c583f85220cd6d4e2aabb0ad2753cac6f9065a6:/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__'