Actions
Bug #25564
closedkatello-certs-check gives the wrong output if using certificate with wildcard.
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Description
If we try to install custom certs on satellite with wildcard i.e CN=*.example.com katello-certs-check gives the wrong output.
katello-certs-check gives the command to generate the capsule certs as below instead of satellite-installer command.
--------------------------------------------------------------------------------------------------------
To use them inside a NEW $FOREMAN_PROXY, run this command:
capsule-certs-generate --foreman-proxy-fqdn "$FOREMAN_PROXY"\
--certs-tar "~/$FOREMAN_PROXY-certs.tar"\
--server-cert "/customcerts/cert_crt.pem"\
--server-key "/customcerts/cert_key.pem"\
--server-ca-cert "/customcerts/CA_crt.pem"\
To use them inside an EXISTING $FOREMAN_PROXY, run this command INSTEAD:
capsule-certs-generate --foreman-proxy-fqdn "$FOREMAN_PROXY"\
--certs-tar "~/$FOREMAN_PROXY-certs.tar"\
--server-cert "/customcerts/cert_crt.pem"\
--server-key "/customcerts/cert_key.pem"\
--server-ca-cert "/customcerts/CA_crt.pem"\
--certs-update-server
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/718 added
Updated by Christine Fouant about 6 years ago
- Target version set to Katello 3.10.1
- Triaged changed from No to Yes
Updated by The Foreman Bot about 6 years ago
- Pull request https://github.com/Katello/katello-installer/pull/723 added
Updated by Ewoud Kohl van Wijngaarden almost 6 years ago
- Project changed from Katello to Installer
- Category deleted (
Installer) - Status changed from Ready For Testing to New
- Target version deleted (
Katello 3.10.1) - Pull request deleted (
https://github.com/Katello/katello-installer/pull/723, https://github.com/Katello/katello-installer/pull/718)
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/347 added
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|86979bce28f31a76ca4261bdfff36601c1449bbe.
Updated by Amit Upadhye over 5 years ago
- Category set to foreman-installer script
Updated by Ewoud Kohl van Wijngaarden about 5 years ago
- Bugzilla link set to 1654326
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Related to Bug #30251: make it possible to brand katello-certs-check added
Actions