Skip to content

Commit 3d499eb

Browse files
WarheadsSEaxilleasAndreas Hering
committed
Merge branch 'issue_4470_add_default_ciphers_to_documentation' into 'master'
Add link to current used default ciphers to documentation See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7300 Merged-by: Jason Plum <[email protected]> Approved-by: Jason Plum <[email protected]> Reviewed-by: Achilleas Pipinellis <[email protected]> Co-authored-by: Achilleas Pipinellis <[email protected]> Co-authored-by: Andreas Hering <[email protected]>
2 parents 0482fb3 + 82b9862 commit 3d499eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/settings/ssl/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To add alternative domains to your Let's Encrypt certificate:
204204

205205
```shell
206206
sudo gitlab-ctl reconfigure
207-
```
207+
```
208208

209209
The resulting Let's Encrypt certificates generated for the main GitLab application will
210210
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
378378
gracefully:
379379
380380
```shell
381-
sudo gitlab-ctl hup nginx
381+
sudo gitlab-ctl hup nginx
382382
sudo gitlab-ctl hup registry
383383
```
384384
@@ -445,7 +445,7 @@ GitLab, another certificate must be used on the GitLab instance.
445445
446446
## Use custom SSL ciphers
447447
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
449449
<https://gitlab.com> and various best practices contributed by the GitLab community.
450450
451451
To change the SSL ciphers:

0 commit comments

Comments
 (0)