X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/72d7d41944006d1f48f570784dafe56b9812b0c8..96333dffe4b0aaf58c368ed590697fc3ed5e4b48:/tools/salt-install/local.params.example.single_host_single_hostname?ds=sidebyside diff --git a/tools/salt-install/local.params.example.single_host_single_hostname b/tools/salt-install/local.params.example.single_host_single_hostname index ae9804863f..fc2db58c01 100644 --- a/tools/salt-install/local.params.example.single_host_single_hostname +++ b/tools/salt-install/local.params.example.single_host_single_hostname @@ -49,12 +49,15 @@ WORKBENCH_SECRET_KEY=workbenchsecretkeymushaveatleast32characters DATABASE_PASSWORD=please_set_this_to_some_secure_value # SSL CERTIFICATES -# Arvados REQUIRES valid SSL to work correctly. Otherwise, some components will fail -# to communicate and can silently drop traffic. You can try to use the Letsencrypt -# 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 +# Arvados REQUIRES valid SSL to work correctly. Otherwise, some components will +# fail to communicate and can silently drop traffic. Set USE_LETSENCRYPT="yes" +# to use the Let's Encrypt salt formula +# (https://github.com/saltstack-formulas/letsencrypt-formula) to automatically +# obtain and install SSL certificates for your hostname(s). +# +# Alternatively, set this variable to "no" and provide and upload your own +# certificates to the instances and modify the 'nginx_*' salt pillars +# accordingly USE_LETSENCRYPT="no" # The directory to check for the config files (pillars, states) you want to use.