Bug 1309245

Summary: Docs for specifying a root CA certificate used for the Openstack SSL
Product: Red Hat CloudForms Management Engine Reporter: Marius Cornea <mcornea>
Component: DocumentationAssignee: Red Hat CloudForms Documentation <cloudforms-docs>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.5.0CC: jhardy, mfeifer, obarenbo
Target Milestone: GA   
Target Release: cfme-future   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: doc
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-29 05:32:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Marius Cornea 2016-02-17 10:25:54 UTC
With BZ#1292409 we introduced the ability to specify a root CA certificate that should be used for the Openstack SSL connectivity. 

Here are the steps:

1. Update the system trusted store with the root CA:

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

2. Add the system trusted store location to the Server Advanced Configuration:
ssl:
ssl_ca_file: "/etc/pki/tls/certs/ca-bundle.crt"
ssl_ca_path:

Comment 2 Dayle Parker 2018-03-29 05:32:56 UTC
Instructions on the options for using SSL with an OpenShift provider are in the Managing Providers guide:

https://access.redhat.com/documentation/en-us/red_hat_cloudforms/4.6/html-single/managing_providers/#adding_openshift_provider

If additional information is needed, please feel free to reopen this bug with details.