fixup! Update and complete articles

This commit is contained in:
nemunaire 2018-06-12 07:49:35 +02:00
parent 3835781f06
commit ecbb8bffc3

View File

@ -27,13 +27,16 @@ This is the only method I use to sign, encrypt or [authenticate](#ssh-authentica
My key is also available through [OpenPGP DANE].
You can retrieve it using `gpg` via:
```sh
gpg2 --auto-key-locate clear,dane -v --locate-key nemunaire@nemunai.re
```
I used [this script](https://gist.github.com/nemunaire/447c989e9f098c679edb) to generate the record.
With modern version of `gnupg`, it is also possible to get the DNS entry with the following command:
```sh
gpg2 --export-options export-minimal,export-dane --export 0xKEYID
```
## SSH Authentication
@ -52,4 +55,4 @@ As it is not always easy for them, I developed a script to automatically check t
[0x842807a84573cc96]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x842807A84573CC96
[Nitrokey Pro]: https://shop.nitrokey.com/shop/product/nitrokey-pro-3
[OpenPGP DANE]: https://www.ietf.org/id/draft-ietf-dane-openpgpkey-06.txt
[OpenPGP DANE]: https://tools.ietf.org/html/rfc7929