mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Merge pull request #20 from wsargent/patch-1
Add instructions for installing gnupg-curl
This commit is contained in:
commit
97c39f90b0
1 changed files with 6 additions and 0 deletions
|
@ -973,6 +973,12 @@ Or download from a keyserver:
|
||||||
gpg: Total number processed: 1
|
gpg: Total number processed: 1
|
||||||
gpg: imported: 1 (RSA: 1)
|
gpg: imported: 1 (RSA: 1)
|
||||||
|
|
||||||
|
You may get an error `gpgkeys: HTTP fetch error 1: unsupported protocol` -- this means you need to install a special version of curl which supports gnupg:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ sudo apt-get install gnupg-curl
|
||||||
|
```
|
||||||
|
|
||||||
## Insert YubiKey
|
## Insert YubiKey
|
||||||
|
|
||||||
Check the card's status:
|
Check the card's status:
|
||||||
|
|
Loading…
Add table
Reference in a new issue