Story #3055
Updated by PaulSD about 7 years ago
To allow a Yum repository to be used with Yum clients that have repo_gpgcheck=1 configured in /etc/yum.conf: # Create a new GPG signing key that can be used by Pulp worker processes without a password. (Documentation provides example procedures.) # Append the public key associated with the new GPG signing key to the gpgkey file specified in the distributor config for the Yum repository in Pulp. # Set gpg_sign_metadata to True in the distributor config for the Yum repository in Pulp. See also https://access.redhat.com/solutions/2850911