Commit 4b6b2bb8 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-raketask-x509' into 'master'

Docs: Add suggested copy-edits for x509 rake task

Closes #214417

See merge request gitlab-org/gitlab!32393
parents 46e975af 7fd2052d
# X.509 signatures **(CORE ONLY)** # X.509 signatures **(CORE ONLY)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/122159) in GitLab 12.10.
When [signing commits with X.509](../user/project/repository/x509_signed_commits/index.md), When [signing commits with X.509](../user/project/repository/x509_signed_commits/index.md),
the trust anchor might change and the signatures stored within the database must be updated. the trust anchor might change and the signatures stored within the database must be updated.
...@@ -10,13 +12,13 @@ certificate store. ...@@ -10,13 +12,13 @@ certificate store.
To update all X.509 signatures, run: To update all X.509 signatures, run:
**Omnibus Installation** **Omnibus Installations:**
```shell ```shell
sudo gitlab-rake gitlab:x509:update_signatures sudo gitlab-rake gitlab:x509:update_signatures
``` ```
**Source Installation** **Source Installations:**
```shell ```shell
sudo -u git -H bundle exec rake gitlab:x509:update_signatures RAILS_ENV=production sudo -u git -H bundle exec rake gitlab:x509:update_signatures RAILS_ENV=production
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment