FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ba2f74b0 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

add note on updating public key ring

parent 2bfab60b
No related branches found
No related tags found
1 merge request!104add note on updating public key ring
Pipeline #133024 passed
......@@ -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.
-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment