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
Actions