
# gpg --export --armor C15579CF > APP-RPM-GPG-KEY
7. Import the key
# rpm --import APP-RPM-GPG-KEY
8. Check the signature on the rpm again
# rpm --checksig javaApp-2-0.noarch.rpm
9. Make the key available
# cp APP-RPM-GPG-KEY /var/www/html/pub/.
9.1.2 Set up Software Channel on Satellite Server
Target System: sat-vm RHN web interface
1. Click on the “Channels” tab in the upper navigation menu
2. On the left navigation bar, click “Manage Software Channels”
3. On the right navigation bar, click “Create New Channel”
4. Provide information for:
• “Channel Name”
• “Channel Label”
• “Parent Channel”
• “Parent Channel Architecture”
• “Channel Summary”
• “Organization Sharing” to “Public”
• “GPG Key URL”
• “GPG Key ID”
5. Click “Update Channel”
9.1.3 Upload Application
On the satellite server
1. Use rhnpush to populate the rhcf-apps software channel and enter a password when
prompted
# rhnpush --channel=rhcf-apps \
--server=http://sat-vm.rhcf.local --username=admin \
87 www.redhat.com
Comentarios a estos manuales