You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
497 B
20 lines
497 B
2 years ago
|
# csc-syscom-keyring
|
||
|
This is a signed keyring containing the public keys of active syscom members.
|
||
|
This can be used for e.g. verifying their GPG signatures, sending them
|
||
|
encrypted email, etc.
|
||
|
|
||
|
## Importing the keyring
|
||
|
```sh
|
||
|
gpg csc-syscom-keyring.gpg
|
||
|
gpg --import csc-syscom-keyring
|
||
|
```
|
||
|
|
||
|
## Updating the keyring
|
||
|
If you have modified your own key or added someone else's key, make sure
|
||
|
to update the `keys` variable in the csc-syscom-keyring.sh script.
|
||
|
|
||
|
Then run:
|
||
|
```sh
|
||
|
./csc-syscom-keyring.sh
|
||
|
```
|