From e0ed448cf71f395d8d0b96d00daf57680d5c2ad8 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 18 Jul 2016 04:24:13 +1000 Subject: [PATCH] templates: StartSSL --> CAcert Replace StartSSL with CAcert. StartSSL is often advertised as free CA but they are not that great: free only for non-profits and can refuse to renew certificates. CAcert is a non-profit community-governed CA. --- debian/gitlab.templates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/gitlab.templates b/debian/gitlab.templates index f65accdeb7..8233f36503 100644 --- a/debian/gitlab.templates +++ b/debian/gitlab.templates @@ -21,8 +21,8 @@ _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 - (startssl.com) or WoSign (buy.wosign.com/free) offer free SSL certificates. + Some certificate authorities like Let's Encrypt (letsencrypt.org), CAcert + (cacert.org), or WoSign (buy.wosign.com/free) offer free SSL certificates. . Nginx must be reloaded after the certificate and key files are made available at /etc/gitlab/ssl. letsencrypt package may be used to automate interaction