X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/be93d1d225ca8d4bccf08d9203d456b5d32dc07b..d70eee2298afe8d082c72429a919bd94523c6bde:/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 c1720ad04b..f95d7e619d 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 @@ -11,14 +11,3 @@ letsencrypt: 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