You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/settings/ssl/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ To add alternative domains to your Let's Encrypt certificate:
204
204
205
205
```shell
206
206
sudo gitlab-ctl reconfigure
207
-
```
207
+
```
208
208
209
209
The resulting Let's Encrypt certificates generated for the main GitLab application will
210
210
include the alternative domains specified. The generated files are located at:
@@ -378,7 +378,7 @@ doesn't affect NGINX. Instead, you must cause NGINX to
378
378
gracefully:
379
379
380
380
```shell
381
-
sudo gitlab-ctl hup nginx
381
+
sudo gitlab-ctl hup nginx
382
382
sudo gitlab-ctl hup registry
383
383
```
384
384
@@ -445,7 +445,7 @@ GitLab, another certificate must be used on the GitLab instance.
445
445
446
446
## Use custom SSL ciphers
447
447
448
-
By default, GitLab is using SSL ciphers that are a combination of testing on
448
+
By default, the Linux package [uses SSL ciphers](https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/0482fb343a4434ba3a2523a7fb576d2bbb2a3f5f/files/gitlab-cookbooks/gitlab/attributes/default.rb#L876) that are a combination of testing on
449
449
<https://gitlab.com> and various best practices contributed by the GitLab community.
0 commit comments