X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/02f2c38ee8f2a5d2e33a7bd2ff033303e6861aaf..e5394906b154b630699c0edd4add36eca34611b3:/doc/_includes/_multi_host_install_custom_certificates.liquid diff --git a/doc/_includes/_multi_host_install_custom_certificates.liquid b/doc/_includes/_multi_host_install_custom_certificates.liquid index 7063eb28fb..eac40218cc 100644 --- a/doc/_includes/_multi_host_install_custom_certificates.liquid +++ b/doc/_includes/_multi_host_install_custom_certificates.liquid @@ -14,17 +14,17 @@ xarv1.example.com *.collections.xarv1.example.com -(Replacing xarv1 with your own ${CLUSTER}.${DOMAIN}) +(Replacing @xarv1.example.com@ with your own @${DOMAIN}@) 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. The script expects cert/key files with these basenames (matching the role except for keepweb, which is split in both download / collections): # @controller@ -# @websocket@ -- note: corresponds to default domain @ws.${CLUSTER}.${DOMAIN}@ -# @keepproxy@ -- note: corresponds to default domain @keep.${CLUSTER}.${DOMAIN}@ +# @websocket@ -- note: corresponds to default domain @ws.${DOMAIN}@ +# @keepproxy@ -- note: corresponds to default domain @keep.${DOMAIN}@ # @download@ -- Part of keepweb -# @collections@ -- Part of keepweb, must be a wildcard for @*.collections.${CLUSTER}.${DOMAIN}@ +# @collections@ -- Part of keepweb, must be a wildcard for @*.collections.${DOMAIN}@ # @workbench@ # @workbench2@ # @webshell@ @@ -42,7 +42,7 @@ Make sure that all the FQDNs that you will use for the public-facing application Note: because the installer currently looks for a different certificate file for each service, if you use a single certificate, we recommend creating a symlink for each certificate and key file to the primary certificate and key, e.g. -
ln -s xarv1.crt ${CUSTOM_CERTS_DIR}/controller.crt
+
ln -s xarv1.crt ${CUSTOM_CERTS_DIR}/controller.crt
 ln -s xarv1.key ${CUSTOM_CERTS_DIR}/controller.key
 ln -s xarv1.crt ${CUSTOM_CERTS_DIR}/keepproxy.crt
 ln -s xarv1.key ${CUSTOM_CERTS_DIR}/keepproxy.key