> May be an option to write the keys into different files with the fingerprints 
> as a filename might also be handy.

Nah, let's not invent options for theoretical use-cases. This is unix, and 
we're just handing people the tools to do whatever they please with this data:

`for key in $(rpmkeys --list|cut -f1 -d' '); do rpmkeys --export ${key} > 
${key}.asc; done`

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3383#issuecomment-2415833399
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3383/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to