The installer now requires another piece of information, the CA certificate used to sign the RHUA's SSL certificate. This is needed for the CDS to be able to connect to the RHUA to synchronize repositories. The CDS uses the CA certificate to verify that the RHUA's SSL certificate is valid during the SSL handshake. This property is named "ca_cert" and is found in the [rhua] section of the answers file. Relevant snippet from answers.sample: # CA certificate used to sign the RHUA's SSL certificate. This is needed by the CDS # instances when connecting back to the RHUA to synchronize content to verify the # RHUA certificate during the handshake. ca_cert:
added to rhui-20 tracker
Added to procedure: <step id="step-Installation_Guide-RHUA-ca_cert"> <title><parameter>ca_cert</parameter></title> <para> Enter the full path to the certificate authority (CA) certificate: </para> <programlisting> ca_cert: ca.crt </programlisting> </step> Also updated example. Revision 1-13 LKB
Verified in stage doc (under revision 1-13) at: http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Update_Infrastructure/2.0/pdf/Installation_Guide/Red_Hat_Update_Infrastructure-2.0-Installation_Guide-en-US.pdf Changed are reflected under section 3.1 Answer File on page13 ==> Exact changes under same section on page 15 ( under RHUA section) and Page16 ( Under 3.1 Example Answer file)
This book is now available at http://docs.redhat.com/docs/en-US/Red_Hat_Update_Infrastructure/2.0/html/Installation_Guide/index.html Please raise a new bug for any further changes. LKB