diff --git a/content/28bd2388.md b/content/28bd2388.md index f9954cf..f1072e7 100644 --- a/content/28bd2388.md +++ b/content/28bd2388.md @@ -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) diff --git a/content/contact.md b/content/contact.md index 90231d1..953b7e0 100644 --- a/content/contact.md +++ b/content/contact.md @@ -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*