19015: installer fix: work around a Passenger issue with the detection of RVM
[arvados.git] / tools / salt-install / config_examples / single_host / single_hostname / pillars / letsencrypt.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   use_package: true
9   pkgs:
10     - certbot: latest
11     - python3-certbot-nginx
12   config:
13     server: https://acme-v02.api.letsencrypt.org/directory
14     email: __INITIAL_USER_EMAIL__
15     authenticator: nginx
16     agree-tos: true
17     keep-until-expiring: true
18     expand: true
19     max-log-backups: 0
20     deploy-hook: systemctl reload nginx
21
22   domainsets:
23     __HOSTNAME_EXT__:
24       - __HOSTNAME_EXT__