updated contact page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-16 04:58:54 +01:00
parent 8998ff7998
commit 0b3066f309
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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*