make ssl and letsencrypt false by default
This commit is contained in:
parent
ee2d4382dc
commit
8e2adcb028
1 changed files with 2 additions and 2 deletions
4
debian/gitlab.templates
vendored
4
debian/gitlab.templates
vendored
|
@ -13,7 +13,7 @@ _Description: Fully qualified domain name for this instance of Gitlab:
|
|||
|
||||
Template: gitlab/ssl
|
||||
Type: boolean
|
||||
Default: true
|
||||
Default: false
|
||||
_Description: Enable https?
|
||||
Enabling https means that an SSL certificate is required to access this Gitlab
|
||||
instance (as Nginx will be configured to respond only to https requests). A
|
||||
|
@ -29,7 +29,7 @@ _Description: Enable https?
|
|||
|
||||
Template: gitlab/letsencrypt
|
||||
Type: boolean
|
||||
Default: true
|
||||
Default: false
|
||||
_Description: Use Let's Encrypt?
|
||||
Symbolic links to certificate and key created using letsencrypt package
|
||||
(/etc/letencrypt/live) will be added to /etc/gitlab/ssl if this option is
|
||||
|
|
Loading…
Reference in a new issue