Fixed typo

This commit is contained in:
Sun Knudsen 2021-07-21 20:21:51 -04:00
parent 6d5211690b
commit 6271617e11
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
2 changed files with 4 additions and 4 deletions

View File

@ -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") [![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 devices 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 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)).
## Caveats ## Caveats

View File

@ -1,6 +1,6 @@
<!-- <!--
Title: How to use YubiKey to secure PGP private keys Title: How to use YubiKey to store PGP private keys
Description: Learn how to use YubiKey to secure PGP private keys. Description: Learn how to use YubiKey to store PGP private keys.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Reviewers:
@ -8,7 +8,7 @@ Publication date: 2021-07-21T15:45:10.940Z
Listed: true Listed: true
--> -->
# How to use YubiKey to secure PGP private keys # How to use YubiKey to store PGP private keys
> Heads-up: guide inspired by https://github.com/drduh/YubiKey-Guide. > Heads-up: guide inspired by https://github.com/drduh/YubiKey-Guide.