[DRE-commits] [gitlab] 10/17: add letencrypt option
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Feb 7 10:36:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit e50ef9202e0a0cd679d9e5993cdef2e7a811a977
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Feb 5 23:51:05 2016 +0530
add letencrypt option
---
debian/gitlab.templates | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/debian/gitlab.templates b/debian/gitlab.templates
index 9ef357c..3db82b0 100644
--- a/debian/gitlab.templates
+++ b/debian/gitlab.templates
@@ -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 Let’s
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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list