Hi There is missing one step in section D.2. Replacing the Red Hat Virtualization Manager Apache SSL Certificate https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html/administration_guide/appe-red_hat_enterprise_virtualization_and_ssl#Replacing_the_Manager_SSL_Certificate As in Procedure D.1 step 3 ~~~ # openssl pkcs12 -in /etc/pki/ovirt-engine/keys/apache.p12 -nocerts -nodes > /tmp/apache.key # openssl pkcs12 -in /etc/pki/ovirt-engine/keys/apache.p12 -nokeys > /tmp/apache.cer ~~~ we are using the generated /tmp/apache.key and /tmp/apache.cer In the Procedure D.2 step 5 is ok ~~~ 5. Copy the private key to the required location: # cp /tmp/apache.key /etc/pki/ovirt-engine/keys/apache.key.nopass ~~~ but there is missing one step - copy the certificate which was generated with the key ~~~ # cp /tmp/apache.cer /etc/pki/ovirt-engine/certs/apache.cer ~~~ Thank you
Didi, can you take a look at this request, and confirm whether an extra step is required? I know you did a thorough review of this procedure with Emma in bug 1416232 recently.
Actually, on further bug triage, I see there is already discussion about this issue in bug 1483371. I'm closing this one as a duplicate, so we can keep the conversation in one place. *** This bug has been marked as a duplicate of bug 1483371 ***