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:
parent
388d1951fc
commit
e0ed448cf7
1 changed files with 2 additions and 2 deletions
4
debian/gitlab.templates
vendored
4
debian/gitlab.templates
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue