1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-10 04:02:24 +00:00

Merge pull request #94 from michael-k/install-instructions

Move install instructions for `hopenpgp-tools` to the top
This commit is contained in:
drduh 2019-02-07 04:19:56 +00:00 committed by GitHub
commit 81bcf81042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,13 +111,14 @@ $ sudo apt-get install -y \
cryptsetup scdaemon pcscd \
yubikey-personalization \
dirmngr \
secure-delete
secure-delete \
hopenpgp-tools
```
**Arch Linux**
```console
$ sudo pacman -Syu gnupg2 pcsclite ccid yubikey-personalization
$ sudo pacman -Syu gnupg2 pcsclite ccid yubikey-personalization hopenpgp-tools
```
**RHEL7**
@ -555,8 +556,6 @@ ssb rsa4096/0x3F29127E79649A3D 2017-10-09 [A] [expires: 2018-10-09]
To verify with OpenPGP key checks, use the automated [key best practice checker](https://riseup.net/en/security/message-security/openpgp/best-practices#openpgp-key-checks):
```console
$ sudo apt-get install hopenpgp-tools
$ gpg --export $KEYID | hokey lint
```