X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f170c5a75f22a6db11ca93eed5b0dfc9c65c4270..fc415fd3128c5f3772a7f1a1376007c75b588b4c:/tools/salt-install/local.params.example.single_host_single_hostname 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..d09cdb2ef0 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. @@ -79,7 +82,7 @@ RELEASE="production" # Formulas versions # ARVADOS_TAG="2.2.0" -# POSTGRES_TAG="v0.41.6" +# POSTGRES_TAG="v0.43.0" # NGINX_TAG="temp-fix-missing-statements-in-pillar" # DOCKER_TAG="v2.0.7" # LOCALE_TAG="v0.3.4"