ask letsencrypt question

This commit is contained in:
Praveen Arimbrathodiyil 2016-02-06 00:13:36 +05:30
parent e50ef9202e
commit e1a6f889a3

7
debian/config vendored
View file

@ -14,3 +14,10 @@ db_go
db_input high gitlab/ssl || true
db_go
# Do you want Let's Encrypt?
db_get gitlab/ssl
if [ "${RET}" = "true" ]
then
db_input high gitlab/letsencrypt || true
db_go
fi