Bug 1312143 - Documentation: 8.0 undercloud + SSL, need to add the cert to the list of CAs trusted on the system
Summary: Documentation: 8.0 undercloud + SSL, need to add the cert to the list of CAs ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Dan Macpherson
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-25 21:01 UTC by Alexander Chuzhoy
Modified: 2016-06-16 04:41 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-16 04:41:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alexander Chuzhoy 2016-02-25 21:01:50 UTC
Documentation: 8.0 undercloud + SSL, need to add the cert to the list of CAs trusted on the system

In addition to the steps described here for configuring ssl for undercloud:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html-single/Director_Installation_and_Usage/index.html#appe-SSL_Certificate_Configuration


for 8.0 need to add the following steps:

sudo cp cacert.pem /etc/pki/ca-trust/source/anchors/
sudo update-ca-trust extract

Comment 2 Dan Yocum 2016-03-17 20:51:27 UTC
An alternative is to add the root-ca.pem to the undercloud.pem file ALONG WITH the server.key file, thusly:

cat server-cert.pem server-key.pem ca-cert.pem > undercloud.pem

Comment 5 Alexander Chuzhoy 2016-06-09 18:18:19 UTC
Verified.
The doc now lists:
$ sudo cp server-cert.pem /etc/pki/ca-trust/source/anchors/
$ sudo update-ca-trust extract

Comment 6 Dan Macpherson 2016-06-16 04:41:27 UTC
Changes now live on the customer portal.


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