Changes

Jump to: navigation, search

Signing and Creating a Repository for RPM Packages

20 bytes added, 14:35, 19 September 2012
Creating the Repo and Key Files
# Confirm that you cannot install from that repository using yum, since the gpgkey is unavailable to yum/rpm.
# Uncomment the <code>gpgkey</code> line, and point it to a new file within <code>/etc/pki/rpm-gpg/</code>
# Create that the ASCII gpg public key file by running (as your regular user): <code>gpg --export --armour <i>e-mail-address</i></code> and saving the output to the new filename (note: you'll need to be your regular user to perform the export, but the root user to install the file).
# Confirm that you can now install from your repository. You should be asked whether you wish to import the key for your repo the first time you use a package from that repo.

Navigation menu