mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-02 06:46:11 -04:00
Use long keyID in key upload instructions for code signing
This commit is contained in:
commit
34e7e64a89
3 changed files with 15 additions and 11 deletions
|
@ -65,7 +65,9 @@ Currently, [these](https://github.com/marmarek/signature-checker/blob/master/che
|
|||
|
||||
In the example below, we will use `keyserver.ubuntu.com`.
|
||||
|
||||
Replace 6E2F4E7AF50A5827 with your key ID, which is the last 16 hex digits of the long number in the second line of the output above:
|
||||
Replace 6E2F4E7AF50A5827 with your key ID, preferably the **long keyID**
|
||||
which is the last 16 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
|
||||
|
@ -76,11 +78,6 @@ $ 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: sending key 6E2F4E7AF50A5827 to hkps://keyserver.ubuntu.com
|
||||
```
|
||||
|
||||
## Using PGP with Git
|
||||
|
||||
If you're submitting a patch via GitHub (or a similar Git server), please sign
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue