mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-09 18:33:36 +02:00
Update README.md added macOS with MacPorts to usage section
This commit is contained in:
parent
807b972302
commit
9c23d5933d
1 changed files with 8 additions and 0 deletions
|
@ -970,6 +970,12 @@ sudo apt update
|
|||
sudo apt install -y gnupg gnupg-agent scdaemon pcscd
|
||||
```
|
||||
|
||||
**macOS**
|
||||
|
||||
```console
|
||||
sudo port install gnupg2 pcsc-tools
|
||||
```
|
||||
|
||||
**OpenBSD**
|
||||
|
||||
```console
|
||||
|
@ -1012,6 +1018,8 @@ gpg --recv $KEYID
|
|||
|
||||
Or with the URL on YubiKey, retrieve the public key:
|
||||
|
||||
using the command `gpg-card`
|
||||
|
||||
```console
|
||||
gpg/card> fetch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue