update templates
This commit is contained in:
parent
e7b6777216
commit
b731561839
1 changed files with 8 additions and 7 deletions
15
debian/gitlab.templates
vendored
15
debian/gitlab.templates
vendored
|
@ -24,18 +24,19 @@ _Description: Enable https?
|
||||||
Some certificate authorities like Let's Encrypt (letsencrypt.org), StartSSL
|
Some certificate authorities like Let's Encrypt (letsencrypt.org), StartSSL
|
||||||
(startssl.com) or WoSign (buy.wosign.com/free) offer free SSL certificates.
|
(startssl.com) or WoSign (buy.wosign.com/free) offer free SSL certificates.
|
||||||
.
|
.
|
||||||
python-letsencrypt package may be used to automate interaction with Let’s
|
letsencrypt package may be used to automate interaction with Let’s Encrypt to
|
||||||
Encrypt to obtain a certificate.
|
obtain a certificate.
|
||||||
|
|
||||||
Template: gitlab/letsencrypt
|
Template: gitlab/letsencrypt
|
||||||
Type: boolean
|
Type: boolean
|
||||||
Default: true
|
Default: true
|
||||||
_Description: Use Let's Encrypt?
|
_Description: Use Let's Encrypt?
|
||||||
A symbolic link to Let's Encrypt certificate and key will be created if this
|
Symbolic links to certificate and key created using letsencrypt package
|
||||||
option is selected.
|
(/etc/letencrypt/live) will be added to /etc/gitlab/ssl if this option is
|
||||||
|
selected.
|
||||||
.
|
.
|
||||||
Otherwise, certificate and key files have to be placed manually to
|
Otherwise, certificate and key files have to be placed manually to
|
||||||
/etc/gitlab/ssl directory as gitlab.crt and gitlab.key.
|
/etc/gitlab/ssl directory as 'gitlab.crt' and 'gitlab.key'.
|
||||||
.
|
.
|
||||||
Nginx must be reloaded after the certificate and key files are available at
|
Nginx must be reloaded after the certificate and key files are made available
|
||||||
/etc/gitlab/ssl.
|
at /etc/gitlab/ssl.
|
||||||
|
|
Loading…
Reference in a new issue