From 7206459bff1bf351925a9df0dc99cd041f4ca3cd Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Thu, 22 Jul 2021 07:23:36 -0400 Subject: [PATCH] Renamed YubiKey PGP guide --- .../README.md | 2 +- .../README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename {how-to-use-yubikey-to-store-pgp-private-keys => how-to-generate-and-air-gap-pgp-private-keys-using-gnupg-tails-and-yubikey}/README.md (99%) diff --git a/how-to-encrypt-sign-and-decrypt-messages-using-gnupg-on-macos/README.md b/how-to-encrypt-sign-and-decrypt-messages-using-gnupg-on-macos/README.md index baa4ce9..5170b9e 100644 --- a/how-to-encrypt-sign-and-decrypt-messages-using-gnupg-on-macos/README.md +++ b/how-to-encrypt-sign-and-decrypt-messages-using-gnupg-on-macos/README.md @@ -12,7 +12,7 @@ Listed: true [![How to encrypt, sign and decrypt messages using GnuPG on macOS](how-to-encrypt-sign-and-decrypt-messages-using-gnupg-on-macos.png)](https://www.youtube.com/watch?v=mE8fL5Fu8x8 "How to encrypt, sign and decrypt messages using GnuPG on macOS") -> Heads-up: this is a “getting started” guide which stores private keys on macOS. For sensitive use cases, one should store private keys on hardware device such as [YubiKeys](https://www.yubico.com/) (learn how [here](../how-to-use-yubikey-to-store-pgp-private-keys)). +> Heads-up: this is a “getting started” guide. Learn how to harden GnuPG [here](../how-to-generate-and-air-gap-pgp-private-keys-using-gnupg-tails-and-yubikey). ## Caveats diff --git a/how-to-use-yubikey-to-store-pgp-private-keys/README.md b/how-to-generate-and-air-gap-pgp-private-keys-using-gnupg-tails-and-yubikey/README.md similarity index 99% rename from how-to-use-yubikey-to-store-pgp-private-keys/README.md rename to how-to-generate-and-air-gap-pgp-private-keys-using-gnupg-tails-and-yubikey/README.md index 9c41d21..71f853f 100644 --- a/how-to-use-yubikey-to-store-pgp-private-keys/README.md +++ b/how-to-generate-and-air-gap-pgp-private-keys-using-gnupg-tails-and-yubikey/README.md @@ -1,6 +1,6 @@ -# How to use YubiKey to store PGP private keys +# How to generate and air gap PGP private keys using GnuPG, Tails and YubiKey > Heads-up: guide inspired by https://github.com/drduh/YubiKey-Guide.