Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7fd2052d
Commit
7fd2052d
authored
May 18, 2020
by
Thong Kuah
Committed by
Marcia Ramos
May 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Add suggested copy-edits for x509 rake task
parent
0400d8a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
doc/raketasks/x509_signatures.md
doc/raketasks/x509_signatures.md
+4
-2
No files found.
doc/raketasks/x509_signatures.md
View file @
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 Installation
s:
**
```
shell
```
shell
sudo
gitlab-rake gitlab:x509:update_signatures
sudo
gitlab-rake gitlab:x509:update_signatures
```
```
**Source Installation**
**Source Installation
s:
**
```
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment