-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: add rpmkeys --export for exporting the ASCII armored key material #3366
Comments
OK, adding this to |
For the record: There is currently a way to do this with the current API by getting |
AC:
|
Add higher level accessor functions to the rpmPubkey, for the stuff that we absolutely have to have, UserID being one such obvious thing. But lets not add stuff just because there happens to be a pgp-level thing now, that low-level stuff is largely just historical happenstance. Low-level stuff that we're trying to phase out to the extent we can. |
Just writes the keys out to stdout in an ASCII armored format. Resolves: rpm-software-management#3366
Just writes the keys out to stdout in an ASCII armored format. Resolves: #3366
Sprung from the discussion in #3332:
gpg-pubkey packages have the key ASCII armor in description, but going forward we'll need some other means of access.
rpmkeys --export seems like a obvious place to put this functionality.
AC:
The text was updated successfully, but these errors were encountered: