diff options
author | drduh <drduh@users.noreply.github.com> | 2016-09-25 11:22:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-25 11:22:21 -0400 |
commit | 223ffe926184c4fa56bbc34716f49857af63b720 (patch) | |
tree | 961595744bf5a64a4b9ba683482614d83e2578f4 /README.md | |
parent | Merge pull request #20 from wsargent/patch-1 (diff) | |
parent | Use signing subkey (diff) | |
download | YubiKey-Guide-223ffe926184c4fa56bbc34716f49857af63b720.tar.gz |
Merge pull request #23 from wsargent/patch-2
Use signing subkey
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1121,9 +1121,9 @@ Decrypt the sample text by pasting it: ### Signing -Sign some sample text: +Sign some sample text using the signing subkey: - $ echo "$(uname -a)" | gpg --armor --clearsign --default-key 0xFF3E7D88647EBCDB + $ echo "$(uname -a)" | gpg --armor --clearsign --default-key 0xBECFA3C1AE191D15 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 |