Skip to content

Commit

Permalink
chore: make it less easy to make a copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Aug 15, 2021
1 parent be53af0 commit 404f0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ This public key contains a [User ID packet](https://datatracker.ietf.org/doc/htm
* `list --key-formats=gpg` requires a touch of the security key to perform signing on the keys associated with those slots

```
piv-agent list --key-formats=ssh,gpg --pgp-name='Scott Leggett' --pgp-email='scott@sl.id.au'
piv-agent list --key-formats=ssh,gpg --pgp-name='Art Vandelay' --pgp-email='art@example.com'
```

Paste these public keys into a `key.asc` file, and run `gpg --import key.asc`.
Expand Down

0 comments on commit 404f0bb

Please sign in to comment.