minor updates of contact page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-04-22 12:08:55 +02:00
parent 8ef33f4330
commit 6a95f787ae
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 4 additions and 7 deletions

@ -7,13 +7,13 @@ draft: false
always **verify** the fingerprint always **verify** the fingerprint
```bash ```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 you can import the [key](/store/0x28bd2388.asc) into your keyring, like so
```bash ```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) 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,12 +5,10 @@ draft: false
--- ---
\-- wanderer \-- wanderer
``` ```bash
echo a_mirre.utb.cz | sed 's/\./@/' echo a_mirre.utb.cz | sed 's/\./@/'
``` ```
## gpg
fingerprint: fingerprint:
```bash ```bash
@ -18,7 +16,6 @@ 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) plain key file: [0x28bd2388.asc](/store/0x28bd2388.asc)
communication using gpg is *preferable* communication using gpg is *preferable*