RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1256037 - [Documentation bug]: Possible missing step in CA cert renewal instructions
Summary: [Documentation bug]: Possible missing step in CA cert renewal instructions
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: doc-Identity_Management_Guide
Version: 6.7
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Marc Muehlfeld
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-23 14:26 UTC by Daniel Riek
Modified: 2016-05-11 07:08 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-11 07:08:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Daniel Riek 2015-08-23 14:26:43 UTC
Following the instructions in https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Identity_Management_Guide/cas.html to renew an external CA certificate, the old cert was left in /etc/httpd/alias/cacert.asc . This subsequently lead to issues because ipa-replica-prepare uses that file.

Step 6 in the above guide should add the following command:
ln -sf /usr/share/ipa/html/ca.crt /etc/httpd/alias/cacert.asc

Comment 3 Jan Cholasta 2015-09-21 05:46:59 UTC
This is indeed a bug in the guide. The "Update the CA certificate in the file system" step in the "Install the new CA certificate on your first-installed IdM server", "Install the new CA certificate on other IdM servers with a CA" and "Install the new CA certificate on other IdM masters without a CA" chapters in the guide should be changed to:

  Update the CA certificate in the file system:

    # cp /root/ipa.crt /etc/ipa/ca.crt
    # cat /root/ipa.crt /root/external-ca.pem >/etc/httpd/alias/cacert.asc
    # cp /etc/httpd/alias/cacert.asc /usr/share/ipa/html/ca.crt

Changing the component to doc-Identity_Management_Guide.

Comment 5 Marc Muehlfeld 2016-04-25 06:24:00 UTC
I updated the commands in all three steps.


Note You need to log in before you can comment on or make changes to this bug.