17742: add custom certs to the local.params files
[arvados.git] / tools / salt-install / local.params.example.single_host_multiple_hostnames
index 46ac881870d7c380fdd61e32efd29a0a28a12ec6..cf79fe244c59451be42be35fd6c3c3779595ace5 100644 (file)
@@ -45,7 +45,7 @@ DATABASE_PASSWORD=please_set_this_to_some_secure_value
 # salt formula (https://github.com/saltstack-formulas/letsencrypt-formula) to try to
 # automatically obtain and install SSL certificates for your instances or set this
 # variable to "no", provide and upload your own certificates to the instances and
-# modify the 'nginx_*' salt pillars accordingly (see below, param CUSTOM_CERTS_DIR)
+# modify the 'nginx_*' salt pillars accordingly (see CUSTOM_CERTS_DIR below)
 USE_LETSENCRYPT="no"
 
 # If you going to provide your own certificates for Arvados, the provision script can
@@ -55,7 +55,6 @@ USE_LETSENCRYPT="no"
 CUSTOM_CERTS_DIR="./certs"
 # The script expects cert/key files with these basenames (matching the role except for
 # keepweb, which is split in both downoad/collections):
-# CUSTOM_CERTS_DIR.
 #  "controller"
 #  "websocket"
 #  "workbench"