ask letsencrypt question
This commit is contained in:
parent
e50ef9202e
commit
e1a6f889a3
1 changed files with 7 additions and 0 deletions
7
debian/config
vendored
7
debian/config
vendored
|
@ -14,3 +14,10 @@ db_go
|
||||||
db_input high gitlab/ssl || true
|
db_input high gitlab/ssl || true
|
||||||
db_go
|
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
|
||||||
|
|
Loading…
Reference in a new issue