fix: use working command to get GPG public key

Use `gpg --edit-card` instead of `gpg-card` command.

fixes #513

Signed-off-by: David Xia <david@davidxia.com>
This commit is contained in:
David Xia 2025-07-29 13:14:38 -04:00
parent a089002e35
commit dc0797a987
No known key found for this signature in database
GPG key ID: 5F38B0A1B60734DF

View file

@ -1083,9 +1083,7 @@ Or download the public key from a keyserver:
gpg --recv $KEYID gpg --recv $KEYID
``` ```
Or with the URL on YubiKey, retrieve the public key: Or with the URL on YubiKey, retrieve the public key using the command `gpg --edit-card`.
using the command `gpg-card`
```console ```console
gpg/card> fetch gpg/card> fetch