[Spacewalk-list] cannot register CentOS 5 system to my new spacewalk server

Sabuj Pattanayek sabujp at gmail.com
Wed Mar 7 21:27:26 UTC 2012


>        An error has occurred:
>        up2date_client.up2dateErrors.SSLCertificateVerifyFailedError
>        See /var/log/up2date for more information

In my kickstart scripts the SSL cert from the server gets put into
this file and it does this :

cat > /tmp/ssl-key-1 <<'EOF'
# HUGE SSL KEY HERE #
.
.
.
cat /tmp/ssl-key-* > /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
perl -npe 's/RHNS-CA-CERT/RHN-ORG-TRUSTED-SSL-CERT/g' -i /etc/sysconfig/rhn/*
.
.
rhnreg_ks --force --serverUrl=<yourServer>/XMLRPC
--sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
--activationkey=<your activation key>




More information about the Spacewalk-list mailing list