Project

General

Profile

Actions

Bug #25306

closed

improper command given in output of "katello-certs-check"

Added by Chris Roberts over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Difficulty:
trivial
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Description of problem:
When running "katello-certs-check" against an externally-signed SSL certificate for use with Satellite, a successful check gives a command to run to install the certificates. This command is missing a space before the backslash continuing the command onto a separate line, so that when it is copy-pasted to be run, the satellite-installer command fails.

Version-Release number of selected component (if applicable):
foreman-installer-katello-3.7.0.10-1.el7sat.noarch

How reproducible:
Always

Steps to Reproduce:
1. Run katello-certs-check against a third-party signed CA certificate/key/bundle
2.
3.

Actual results:
To update the certificates on a currently running Satellite installation, run:

satellite-installer --scenario satellite\
--certs-server-cert "/root/sat_cert/satellite_cert.pem"\
--certs-server-key "/root/sat_cert/satellite_cert_key.pem"\
--certs-server-ca-cert "/root/sat_cert/ca_cert_bundle.pem"\
--certs-update-server --certs-update-server-ca

Expected results:
To update the certificates on a currently running Satellite installation, run:

satellite-installer --scenario satellite \
--certs-server-cert "/root/sat_cert/satellite_cert.pem" \
--certs-server-key "/root/sat_cert/satellite_cert_key.pem" \
--certs-server-ca-cert "/root/sat_cert/ca_cert_bundle.pem" \
--certs-update-server --certs-update-server-ca

Additional info:
Other output sections have the same problem.

Actions #1

Updated by The Foreman Bot over 5 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello-installer/pull/706 added
Actions #2

Updated by Chris Roberts over 5 years ago

  • Status changed from Ready For Testing to Closed
Actions #3

Updated by Eric Helms over 5 years ago

  • Target version changed from Katello 3.10.0 to Katello 3.9.0
Actions #4

Updated by Jonathon Turel over 5 years ago

  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF