X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0630e05d68440e421d622d1f26e956c65f3d9668..936ed3a6a7484917fc10636b3dc2c5fdd9578643:/doc/_includes/_multi_host_install_custom_certificates.liquid?ds=sidebyside diff --git a/doc/_includes/_multi_host_install_custom_certificates.liquid b/doc/_includes/_multi_host_install_custom_certificates.liquid index 1a51f29919..2d8bbfc806 100644 --- a/doc/_includes/_multi_host_install_custom_certificates.liquid +++ b/doc/_includes/_multi_host_install_custom_certificates.liquid @@ -20,14 +20,17 @@ Copy your certificates to the directory specified with the variable @CUSTOM_CERT The script expects cert/key files with these basenames (matching the role except for keepweb, which is split in both download / collections): +# @balancer@ -- Optional on multi-node installations +# @collections@ -- Part of keepweb, must be a wildcard for @*.collections.${DOMAIN}@ # @controller@ -# @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.${DOMAIN}@ +# @grafana@ -- Service available by default on multi-node installations +# @keepproxy@ -- Corresponds to default domain @keep.${DOMAIN}@ +# @prometheus@ -- Service available by default on multi-node installations +# @webshell@ +# @websocket@ -- Corresponds to default domain @ws.${DOMAIN}@ # @workbench@ # @workbench2@ -# @webshell@ For example, for the @keepproxy@ service the script will expect to find this certificate: @@ -42,7 +45,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