Merge branch '17605-letsencrypt-credentials-for-route53'
[arvados.git] / tools / salt-install / config_examples / multi_host / aws / pillars / letsencrypt_keepweb_configuration.sls
1 ---
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 ### LETSENCRYPT
7 letsencrypt:
8   domainsets:
9     download.__CLUSTER__.__DOMAIN__:
10       - download.__CLUSTER__.__DOMAIN__
11     collections.__CLUSTER__.__DOMAIN__:
12       - collections.__CLUSTER__.__DOMAIN__
13       - '*.collections.__CLUSTER__.__DOMAIN__'
14
15 ### NGINX
16 nginx:
17   ### SNIPPETS
18   snippets:
19     download.__CLUSTER__.__DOMAIN___letsencrypt_cert.conf:
20       - ssl_certificate: /etc/letsencrypt/live/download.__CLUSTER__.__DOMAIN__/fullchain.pem
21       - ssl_certificate_key: /etc/letsencrypt/live/download.__CLUSTER__.__DOMAIN__/privkey.pem
22     collections.__CLUSTER__.__DOMAIN___letsencrypt_cert.conf:
23       - ssl_certificate: /etc/letsencrypt/live/collections.__CLUSTER__.__DOMAIN__/fullchain.pem
24       - ssl_certificate_key: /etc/letsencrypt/live/collections.__CLUSTER__.__DOMAIN__/privkey.pem