fixup! Update and complete articles
This commit is contained in:
parent
3835781f06
commit
ecbb8bffc3
@ -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].
|
My key is also available through [OpenPGP DANE].
|
||||||
You can retrieve it using `gpg` via:
|
You can retrieve it using `gpg` via:
|
||||||
|
|
||||||
gpg2 --auto-key-locate clear,dane -v --locate-key nemunaire@nemunai.re
|
```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.
|
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:
|
With modern version of `gnupg`, it is also possible to get the DNS entry with the following command:
|
||||||
|
|
||||||
gpg2 --export-options export-minimal,export-dane --export 0xKEYID
|
```sh
|
||||||
|
gpg2 --export-options export-minimal,export-dane --export 0xKEYID
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## SSH Authentication
|
## 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
|
[0x842807a84573cc96]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x842807A84573CC96
|
||||||
[Nitrokey Pro]: https://shop.nitrokey.com/shop/product/nitrokey-pro-3
|
[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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user