This commit is contained in:
parent
8998ff7998
commit
0b3066f309
@ -18,18 +18,23 @@ draft: false
|
|||||||
```bash
|
```bash
|
||||||
E860 AB3C D007 8D30 E86C DA74 7B28 D8DC 28BD 2388
|
E860 AB3C D007 8D30 E86C DA74 7B28 D8DC 28BD 2388
|
||||||
```
|
```
|
||||||
|
\
|
||||||
the corresponding pubkey: [0x28bd2388](/28bd2388)\
|
the corresponding pubkey: [0x28bd2388](/28bd2388)
|
||||||
always **verify** that the fingerprint matches the one on this page
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ curl -sS https://dotya.ml/store/28bd2388.asc | gpg -
|
$ curl -sS https://dotya.ml/store/0x28bd2388.asc | gpg --show-key --keyid-format 0xlong -
|
||||||
```
|
```
|
||||||
|
|
||||||
you can then import the [key](/store/0x28bd2388.asc) to your keyring, like so
|
you can import the [key](/store/0x28bd2388.asc) to your keyring, like so
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ curl -sS https://dotya.ml/28bd2388.asc | gpg --import -
|
$ curl -sS https://dotya.ml/store/0x28bd2388.asc | gpg --import -
|
||||||
|
```
|
||||||
|
|
||||||
|
always **verify** that the fingerprint matches [the one on this page](#gpg)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ gpg --fingerprint 0x28bd2388
|
||||||
```
|
```
|
||||||
|
|
||||||
communication using gpg is *preferable*
|
communication using gpg is *preferable*
|
||||||
|
Loading…
Reference in New Issue
Block a user