Open Conan-Kudo opened 8 years ago
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.
Package managers such as
dnf
andzypper
have the ability to verify signatures of metadata if it is signed. In fact, forzypper
, 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.