You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have an ons entry that i can fetch by name that points to a gpg key id, not the full public key.
potential ux:
$ gpg-ons-wrapper.sh --verify jeff some-file.tar.xz.asc
would query for the ONS gpg key id entry for jeff , fetch public key as if we do not have the key by the currently mapped ID, run gpg to verify the signature.
The text was updated successfully, but these errors were encountered:
I'd like to have an ons entry that i can fetch by name that points to a gpg key id, not the full public key.
potential ux:
would query for the ONS gpg key id entry for
jeff
, fetch public key as if we do not have the key by the currently mapped ID, run gpg to verify the signature.The text was updated successfully, but these errors were encountered: