X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7c825da9c9be2af09bae7a77586287b8466240bb..125dd3b1e5f34156b002951f504f5346cc5d7e8d:/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