minor updates of contact page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8ef33f4330
commit
6a95f787ae
@ -7,13 +7,13 @@ draft: false
|
||||
always **verify** the fingerprint
|
||||
|
||||
```bash
|
||||
$ curl -sS https://dotya.ml/store/0x28bd2388.asc | gpg --show-key --fingerprint -
|
||||
curl -sS https://dotya.ml/store/0x28bd2388.asc | gpg --show-key --fingerprint -
|
||||
```
|
||||
|
||||
you can import the [key](/store/0x28bd2388.asc) into your keyring, like so
|
||||
|
||||
```bash
|
||||
$ curl -sS https://dotya.ml/store/0x28bd2388.asc | gpg --import -
|
||||
curl -sS https://dotya.ml/store/0x28bd2388.asc | gpg --import -
|
||||
```
|
||||
if you don't know what to do with the key afterwards, just refer to the GnuPG manual (really, rtfm - as in "read the fine manual") or read the GnuPG [faq](https://www.gnupg.org/faq/gnupg-faq.html)
|
||||
|
||||
|
@ -5,20 +5,17 @@ draft: false
|
||||
---
|
||||
\-- wanderer
|
||||
|
||||
```
|
||||
```bash
|
||||
echo a_mirre.utb.cz | sed 's/\./@/'
|
||||
```
|
||||
|
||||
## gpg
|
||||
|
||||
fingerprint:
|
||||
|
||||
```bash
|
||||
E860 AB3C D007 8D30 E86C DA74 7B28 D8DC 28BD 2388
|
||||
```
|
||||
|
||||
the corresponding pubkey: [0x28bd2388](/28bd2388/)
|
||||
|
||||
the corresponding pubkey: [0x28bd2388](/28bd2388/)
|
||||
plain key file: [0x28bd2388.asc](/store/0x28bd2388.asc)
|
||||
|
||||
communication using gpg is *preferable*
|
||||
|
Loading…
Reference in New Issue
Block a user