Skip to content

Commit

Permalink
signer: document gpg2 list subkey fingerprints cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed May 18, 2021
1 parent fad5983 commit ee6151d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/gpg2/README.rst
Expand Up @@ -46,7 +46,7 @@ Add a signer to `autograph.yaml` with the following **required** fields

1. a PGP public key (e.g. a key exported with `gpg --armor --export $KEYID`)
2. a PGP private key (e.g. a subkey exported with `gpg --armor --export-secret-subkeys $SUBKEYID`)
3. a KeyID or fingerprint specifying which private key sign with (e.g. `$SUBKEYID` from the above export)
3. a KeyID or fingerprint specifying which private key sign with (e.g. `$SUBKEYID` from the above export or from `gpg --list-keys --with-subkey-fingerprint`)
4. a passphrase to unlock the private key

For example:
Expand Down

0 comments on commit ee6151d

Please sign in to comment.