From b7315618394e19e394ded36ebba79ddb4062c221 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Sun, 7 Feb 2016 14:40:33 +0530 Subject: [PATCH] update templates --- debian/gitlab.templates | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/gitlab.templates b/debian/gitlab.templates index 3db82b0247..4a85870d23 100644 --- a/debian/gitlab.templates +++ b/debian/gitlab.templates @@ -24,18 +24,19 @@ _Description: Enable https? 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. + 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. + Symbolic links to certificate and key created using letsencrypt package + (/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 - /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 - /etc/gitlab/ssl. + Nginx must be reloaded after the certificate and key files are made available + at /etc/gitlab/ssl.