Actions
Bug #11133
closedkatello-installer --certs-update-all throws nssdb amqp-client related error
Description
katello-installer --certs-update-all
is not able to update the amqp-client cert since it already exists in /etc/pki/katello/nssdb
/Stage[main]/Certs::Qpid/Exec[add-broker-cert-to-nss-db]: certutil -A -d '/etc/pki/katello/nssdb' -n 'broker' -t ',,' -a -i '/etc/pki/katello/certs/<domain>-qpid-broker.crt' returned 255 instead of one of [0]
This is caused by the fact that the entry "amqp-client" is still present in /etc/pki/katello/nssdb and not being removed during the cert update process.
Workaround:
remove the entry by yourself before running katello-installer by certutil -D -d /etc/pki/katello/nssdb -n amqp-client
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release set to 31
- Triaged changed from No to Yes
Updated by Stephen Benjamin over 9 years ago
- Translation missing: en.field_release changed from 31 to 70
Mass move to 2.4.0
Updated by Justin Sherrill about 9 years ago
- Translation missing: en.field_release changed from 70 to 86
Actions