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.
This commit is contained in:
Dmitry Smirnov 2016-07-18 04:24:13 +10:00
parent 388d1951fc
commit e0ed448cf7

View file

@ -21,8 +21,8 @@ _Description: Enable https?
using, for instance, the package easy-rsa), but it is not recommended for a using, for instance, the package easy-rsa), but it is not recommended for a
production instance. production instance.
. .
Some certificate authorities like Let's Encrypt (letsencrypt.org), StartSSL Some certificate authorities like Let's Encrypt (letsencrypt.org), CAcert
(startssl.com) or WoSign (buy.wosign.com/free) offer free SSL certificates. (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 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 at /etc/gitlab/ssl. letsencrypt package may be used to automate interaction