1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00

document 'off' configuration in setup.sh

This commit is contained in:
Christian Günther 2019-01-11 12:14:06 +01:00 committed by Felix Bartels
parent 32fe88e5d8
commit 996a65c786

View File

@ -110,7 +110,10 @@ if [ ! -e ./.env ]; then
FQDN=${new_value:-$value_default}
value_default="self_signed"
read -p "Email address to use for Lets Encrypt. Use 'self_signed' as your email to create self signed certificates [$value_default]: " new_value
read -p "Email address to use for Lets Encrypt.
Use 'self_signed' as your email to create self signed certificates.
Use 'off' if you want to run the service without tls encryption. Make sure to use an ssl-terminating reverse proxy in front in this case.
[$value_default]: " new_value
EMAIL=${new_value:-$value_default}
# Let Kapi accept self signed certs if required