Bug 1166191
Summary: | document how to set up Satellite 6/Capsule with custom certificates | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Chris Roberts <chrobert> |
Component: | Docs Install Guide | Assignee: | Hayley Hudgeons <hhudgeon> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Adam Strong <adstrong> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.5 | CC: | bkearney, inecas, pmoravec, pondrejk, xdmoon |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-08-10 14:50:57 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1115190 |
Description
Chris Roberts
2014-11-20 14:42:48 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. The resolution is to include all the certs in the chain into a bundle and use that as the ca certificate passed to katello-installer: cat 1st_ca.cer 2nd_ca.cer 3th_ca.cer > ca.bundle katello-installer --certs-server-ca-cert ~/ca.bundle --certs-update-server-ca From my testing, all the services work properly when using the bundle as the ca cert Based on #c10 I am changing this to an install guide documentation. There is a kcs document on this as well. https://access.redhat.com/solutions/1275053 *** Bug 1248401 has been marked as a duplicate of this bug. *** |