rdrgmnzs / pulp_centos_errata_import

Imports CentOS (from http://cefs.steve-meier.de/) errata into Pulp / Katello
61 stars 22 forks source link

Mistake in section #23

Closed demueller closed 7 years ago

demueller commented 7 years ago

Authentication

pulp-admin must authenticate to pulp. This authentication information can be provided to pulp-admin in three ways.

User certificate (~/.pulp/user-cert.pem) RECOMMENDED If you are using this script with katello, the foreman-installer creates a certificate suitable for use with pulp. You can use the cert by doing the following:


sudo cat /etc/pki/katello/certs/pulp-client.crt /etc/pki/katello/private/pulp-client.key > ~/.pulp/user-cert.pem
chown 400 `~/pulp/user-cert.pem` - should be `~/.pulp/user-cert.pem`
rdrgmnzs commented 7 years ago

Fixed! Thanks for catching this.