Commit 7fd2052d authored by Thong Kuah's avatar Thong Kuah Committed by Marcia Ramos

Docs: Add suggested copy-edits for x509 rake task

parent 0400d8a2
# 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),
the trust anchor might change and the signatures stored within the database must be updated.
......@@ -10,13 +12,13 @@ certificate store.
To update all X.509 signatures, run:
**Omnibus Installation**
**Omnibus Installations:**
```shell
sudo gitlab-rake gitlab:x509:update_signatures
```
**Source Installation**
**Source Installations:**
```shell
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