2 Copyright (C) The Arvados Authors. All rights reserved.
4 SPDX-License-Identifier: CC-BY-SA-3.0
7 If you plan to use custom certificates, please set the variable <i>USE_LETSENCRYPT=no</i> and copy your certificates to the directory specified with the variable @CUSTOM_CERTS_DIR@ (usually "./certs") in the remote directory where you copied the @provision.sh@ script. From this dir, the provision script will install the certificates required for the role you're installing.
9 The script expects cert/key files with these basenames (matching the role except for <i>keepweb</i>, which is split in both <i>download / collections</i>):
16 * "download" # Part of keepweb
17 * "collections" # Part of keepweb
20 Ie., for 'keepproxy', the script will lookup for
23 <pre><code>${CUSTOM_CERTS_DIR}/keepproxy.crt
24 ${CUSTOM_CERTS_DIR}/keepproxy.key