createrepo_c icon indicating copy to clipboard operation
createrepo_c copied to clipboard

RFE: Option to automatically sign repodata during metadata creation/manipulation

Open Conan-Kudo opened this issue 9 years ago • 1 comments

Package managers such as dnf and zypper have the ability to verify signatures of metadata if it is signed. In fact, for zypper, this is the default behavior and it complains when the repodata isn't signed.

However, how to do this isn't that well-known, and it would make sense to incorporate the functionality into the createrepo_c suite of tools.

Conan-Kudo avatar Jun 12 '16 22:06 Conan-Kudo

This would be very useful for Pulp. We already have an way to accomplish this but it basically involves providing your own signing shell script. An "official" mechanism that can't be so easily messed up would be much preferred.

dralley avatar Feb 20 '21 17:02 dralley