aps/keys: Add make target to list trusted keys
This commit is contained in:
parent
e628360540
commit
bc79d40823
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ trustedkeys.kbx:
|
||||||
gpg --no-default-keyring --no-options --trust-model=always \
|
gpg --no-default-keyring --no-options --trust-model=always \
|
||||||
--keyring ${PWD}/trustedkeys.kbx \
|
--keyring ${PWD}/trustedkeys.kbx \
|
||||||
--import -
|
--import -
|
||||||
|
|
||||||
|
list:
|
||||||
|
gpg --no-default-keyring --trust-model=always \
|
||||||
|
--keyring ${PWD}/trustedkeys.kbx \
|
||||||
|
--list-keys
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm trustedkeys.kbx
|
rm trustedkeys.kbx
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue