mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-04 17:05:22 -05:00
added working keyservers for clarity
Co-authored-by: siliconninja <theninja@thesilicon.ninja>
This commit is contained in:
parent
a130e17974
commit
8cb2b1dbe1
@ -61,6 +61,21 @@ sub rsa3072 2021-12-30 [E] [expires: 2023-12-30]
|
|||||||
|
|
||||||
For others to find the public key, please upload it to a server.
|
For others to find the public key, please upload it to a server.
|
||||||
|
|
||||||
|
Currently, [these](https://github.com/marmarek/signature-checker/blob/master/check-git-signature#L133-L135) are the recognized servers.
|
||||||
|
|
||||||
|
In the example below, we will use `keyserver.ubuntu.com`.
|
||||||
|
|
||||||
|
Replace 6E2F4E7AF50A5827 with your key ID, which is the last 8 hex digits of the long number in the second line of the output above:
|
||||||
|
```
|
||||||
|
pub rsa3072 2021-12-30 [SC] [expires: 2023-12-30]
|
||||||
|
87975838063F97A968D503266E2F4E7AF50A5827
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell_session
|
||||||
|
$ gpg --send-keys --keyserver hkps://keyserver.ubuntu.com 6E2F4E7AF50A5827
|
||||||
|
gpg: sending key 6E2F4E7AF50A5827 to hkps://keyserver.ubuntu.com
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
$ gpg --send-keys --keyserver hkps://keyserver.ubuntu.com 6E2F4E7AF50A5827
|
$ gpg --send-keys --keyserver hkps://keyserver.ubuntu.com 6E2F4E7AF50A5827
|
||||||
gpg: sending key 6E2F4E7AF50A5827 to hkps://keyserver.ubuntu.com
|
gpg: sending key 6E2F4E7AF50A5827 to hkps://keyserver.ubuntu.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user