FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DevOps Division Guidebook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
General Documentation
DevOps Division Guidebook
Commits
ba2f74b0
Commit
ba2f74b0
authored
3 years ago
by
Dr Rich Wareham
Browse files
Options
Downloads
Patches
Plain Diff
add note on updating public key ring
parent
2bfab60b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!104
add note on updating public key ring
Pipeline
#133024
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/contact/public-keys.md
+15
-0
15 additions, 0 deletions
docs/contact/public-keys.md
with
15 additions
and
0 deletions
docs/contact/public-keys.md
+
15
−
0
View file @
ba2f74b0
...
...
@@ -79,6 +79,21 @@ gpg --no-default-keyring --keyring ./teampubkeys.gpg --armour \
The use of
`--no-default-keyring`
helps ensure that the key you use for a
recipient is one from our team keyring and not a personal key.
## Updating the public key ring
If you're a DevOps division member, you can open a merge request on the
[
guidebook
project
](
https://gitlab.developers.cam.ac.uk/uis/devops/docs/guidebook/
)
in
GitLab updating
`docs/downloads/teampubkeys.gpg`
. To import your _public_ key
into the keyring:
```
sh
gpg
--no-default-keyring
--keyring
./teampubkeys.gpg
--import
[
KEYFILE]
```
where
`[KEYFILE]`
is your public key. The GPG manual has
[
a page on extracting
your public key
](
https://www.gnupg.org/gph/en/manual/x56.html
)
.
<!--
We vendor our own OpenPGP.js copy to ensure we know the precise version.
-->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment