add letencrypt option

This commit is contained in:
Praveen Arimbrathodiyil 2016-02-05 23:51:05 +05:30
parent 2307619413
commit e50ef9202e

View file

@ -21,8 +21,21 @@ _Description: Enable https?
using, for instance, the package easy-rsa), but it is not recommended for a
production instance.
.
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.
.
python-letsencrypt package may be used to automate interaction with Lets
Encrypt to obtain a certificate.
Template: gitlab/letsencrypt
Type: boolean
Default: true
_Description: Use Let's Encrypt?
A symbolic link to Let's Encrypt certificate and key will be created if this
option is selected.
.
Otherwise, certificate and key files have to be placed manually to
/etc/gitlab/ssl directory as gitlab.crt and gitlab.key.
.
Nginx must be reloaded after the certificate and key files are available at
/etc/gitlab/ssl.