SSL -> SSL/TLS
This commit is contained in:
parent
41a7b6bbde
commit
68333e44ff
1 changed files with 6 additions and 6 deletions
12
debian/gitlab.templates
vendored
12
debian/gitlab.templates
vendored
|
@ -15,14 +15,14 @@ Template: gitlab/ssl
|
||||||
Type: boolean
|
Type: boolean
|
||||||
Default: false
|
Default: false
|
||||||
_Description: Enable https?
|
_Description: Enable https?
|
||||||
Enabling https means that an SSL certificate is required to access this Gitlab
|
Enabling https means that an SSL/TLS certificate is required to access this
|
||||||
instance (as Nginx will be configured to respond only to https requests). A
|
Gitlab instance (as Nginx will be configured to respond only to https
|
||||||
self-signed certificate is enough for local testing (and can be generated
|
requests). A self-signed certificate is enough for local testing (and can be
|
||||||
using, for instance, the package easy-rsa), but it is not recommended for a
|
generated using, for instance, the package easy-rsa), but it is not
|
||||||
production instance.
|
recommended for a production instance.
|
||||||
.
|
.
|
||||||
Some certificate authorities like Let's Encrypt (letsencrypt.org), CAcert
|
Some certificate authorities like Let's Encrypt (letsencrypt.org), CAcert
|
||||||
(cacert.org) offer free SSL certificates.
|
(cacert.org) offer free SSL/TLS certificates.
|
||||||
Note: CAcert issued certificates are not trusted by all browsers, it requires
|
Note: CAcert issued certificates are not trusted by all browsers, it requires
|
||||||
installing CAcert's root certificate in such cases.
|
installing CAcert's root certificate in such cases.
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in a new issue