Adding a signing key to RPM
[Posted September 14, 2008 by jake]
Over at "orc_orc's sharp edge" blog, there is a
good description of RPM signing keys, including how to verify keys before importing them. "
The RPM package manager has long had the ability (similar to GnuPG) to receive GPG public keys into its trusted store, and then to test assertions about the presence, absence, and validity of a given signing. It can retrieve a remote key with the usual RPM network retrieval capabilities, or perhaps better to avoid MitM ('Man in the Middle') compromises across a network, from the local filesystem, or a local piece of immutable media, such as a CD which has had its md5sum verified."
(
Log in to post comments)