diff options
author | b1f6c1c4 <b1f6c1c4@gmail.com> | 2020-08-11 02:15:20 -0400 |
---|---|---|
committer | b1f6c1c4 <b1f6c1c4@gmail.com> | 2020-08-11 02:17:08 -0400 |
commit | f6f2c26e9082c8f4cb3a0e371ab51896b1844566 (patch) | |
tree | 58f6fded7a692d1ae0706faebedea2f3728d3f6e /README.md | |
parent | Merge pull request #191 from KenMacD/touch-fixed (diff) | |
download | YubiKey-Guide-f6f2c26e9082c8f4cb3a0e371ab51896b1844566.tar.gz |
Fix usage inconsistency
Master key shall only be used to certify other keys. The usage indicator in
README.md is inconsistently shown as SC and C.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -761,7 +761,7 @@ You selected this USER-ID: "Dr Duh <DrDuh@other.org>" sec rsa4096/0xFF3E7D88647EBCDB - created: 2017-10-09 expires: never usage: SC + created: 2017-10-09 expires: never usage: C trust: ultimate validity: ultimate ssb rsa4096/0xBECFA3C1AE191D15 created: 2017-10-09 expires: never usage: S @@ -774,7 +774,7 @@ ssb rsa4096/0x3F29127E79649A3D gpg> trust sec rsa4096/0xFF3E7D88647EBCDB - created: 2017-10-09 expires: never usage: SC + created: 2017-10-09 expires: never usage: C trust: ultimate validity: ultimate ssb rsa4096/0xBECFA3C1AE191D15 created: 2017-10-09 expires: never usage: S @@ -799,7 +799,7 @@ Your decision? 5 Do you really want to set this key to ultimate trust? (y/N) y sec rsa4096/0xFF3E7D88647EBCDB - created: 2017-10-09 expires: never usage: SC + created: 2017-10-09 expires: never usage: C trust: ultimate validity: ultimate ssb rsa4096/0xBECFA3C1AE191D15 created: 2017-10-09 expires: never usage: S @@ -813,7 +813,7 @@ ssb rsa4096/0x3F29127E79649A3D gpg> uid 1 sec rsa4096/0xFF3E7D88647EBCDB -created: 2017-10-09 expires: never usage: SC +created: 2017-10-09 expires: never usage: C trust: ultimate validity: ultimate ssb rsa4096/0xBECFA3C1AE191D15 created: 2017-10-09 expires: never usage: S @@ -827,7 +827,7 @@ ssb rsa4096/0x3F29127E79649A3D gpg> primary sec rsa4096/0xFF3E7D88647EBCDB -created: 2017-10-09 expires: never usage: SC +created: 2017-10-09 expires: never usage: C trust: ultimate validity: ultimate ssb rsa4096/0xBECFA3C1AE191D15 created: 2017-10-09 expires: never usage: S |