From 03fd81e0eb75eada5028a2031f6dbc6dd91bcf4b Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 18 Jan 2022 14:46:27 +0100 Subject: Fix up markdown links --- .../posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md') diff --git a/content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md b/content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md index 278a4d3..e965a37 100644 --- a/content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md +++ b/content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md @@ -374,12 +374,13 @@ You can verify whether the keys are available on the Yubikey now using `gpg ### Sharing your public key -You can share your public keys in many ways. Mine is hosted link:/pubkey.txt[on -my own site], for instance. There are also https://sks-keyservers.net/[public -keyservers] on which you can upload your keys. `gpg` has the `--send-keys` and -`--recv-keys` switches to interact with these public keyservers. For ease of -use, I would recommend uploading them to a public keyserver, so that other -people can easily import it. For instance, my key can be imported using `gpg`: +You can share your public keys in many ways. Mine is hosted [on my own +site](/pubkey.txt), for instance. There are also [public +keyservers](https://sks-keyservers.net/) on which you can upload your keys. +`gpg` has the `--send-keys` and `--recv-keys` switches to interact with these +public keyservers. For ease of use, I would recommend uploading them to a public +keyserver, so that other people can easily import it. For instance, my key can +be imported using `gpg`: ```txt gpg --recv-keys 0x7A6AC285E2D98827 -- cgit v1.1