fix(provision): add multi hosts installation examples
[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
14 ### NGINX
15 nginx:
16   ### SNIPPETS
17   snippets:
18     download.__CLUSTER__.__DOMAIN___letsencrypt_cert.conf:
19       - ssl_certificate: /etc/letsencrypt/live/download.__CLUSTER__.__DOMAIN__/fullchain.pem
20       - ssl_certificate_key: /etc/letsencrypt/live/download.__CLUSTER__.__DOMAIN__/privkey.pem
21     collections.__CLUSTER__.__DOMAIN___letsencrypt_cert.conf:
22       - ssl_certificate: /etc/letsencrypt/live/collections.__CLUSTER__.__DOMAIN__/fullchain.pem
23       - ssl_certificate_key: /etc/letsencrypt/live/collections.__CLUSTER__.__DOMAIN__/privkey.pem