Bug #26602
closedunable to update the x509 Certificates
Description
Hello!
I'm using an CentOS7 System with Katello.
- cat /etc/centos-release
CentOS Linux release 7.6.1810 (Core) - rpm -q katello
katello-3.2.2-1.el7.noarch #
This week the x509 Certificate expired and I got new one from our CA. I placed the key, the certificate, the certificate signing request and the CA file inside /data/pki/tls and did run the following command:
foreman-installer --scenario katello --certs-server-cert /data/pki/tls/certs/servername.domain.tld-base64.pem --certs-server-cert-req /data/pki/tls/certificatesigningrequest/servername.domain.tldRequest.pem --certs-server-key /data/pki/tls/private/servername.domain.tldKey.pem --certs-server-ca-cert /data/pki/tls/certs/rootca2018+subca2018-base64.pem --certs-update-server --certs-update-server-ca
this command gives me the following error message:
/Stage[main]/Qpid::Install/Package[python-qpid-qmf]/ensure: change from absent to present failed: Execution of '/bin/yum -d 0 -e 0 -y list python-qpid-qmf' returned 1: Error: No matching Packages to list
On the system there is a package python2-qpid-qmf installed but the package python-qpid-qmf is not installed.
sincerely yours
icingauserm