2 Copyright (C) The Arvados Authors. All rights reserved.
4 SPDX-License-Identifier: CC-BY-SA-3.0
7 Copy your certificates to the directory specified with the variable @CUSTOM_CERTS_DIR@ in the remote directory where you copied the @provision.sh@ script. The provision script will find the certificates there.
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 E.g. for 'keepproxy', the script will look for
23 <pre><code>${CUSTOM_CERTS_DIR}/keepproxy.crt
24 ${CUSTOM_CERTS_DIR}/keepproxy.key
28 Make sure that all the FQDNs that you will use for the public-facing applications (API/controller, Workbench, Keepproxy/Keepweb) are reachable.