Bug 1481249

Summary: [Docs][4.1] Missing step in the RHV Administration Guide
Product: Red Hat Enterprise Virtualization Manager Reporter: Jaroslav Spanko <jspanko>
Component: DocumentationAssignee: rhev-docs <rhev-docs>
Status: CLOSED DUPLICATE QA Contact: rhev-docs <rhev-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.0.0CC: didi, lbopf, lsurette, rbalakri, srevivo, ykaul
Target Milestone: ---Flags: lsvaty: testing_plan_complete-
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-29 00:59:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Docs RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaroslav Spanko 2017-08-14 12:36:44 UTC
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

Comment 1 Lucy Bopf 2017-08-29 00:54:21 UTC
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.

Comment 2 Lucy Bopf 2017-08-29 00:59:25 UTC
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 ***