Actions
Bug #24632
closedinstaller does not work for custom ssl certificates, fails with "illegal option -- r" for katello-certs-check command
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
installer does not work for custom ssl certificates, fails with "illegal option -- r" for katello-certs-check command
# satellite-installer --scenario satellite --certs-server-cert /root/satellite.example.com.cert.pem --certs-server-key /root/satellite.example.com.key.pem --certs-server-ca-cert /root/ca-chain.cert.pem --certs-update-server --certs-update-server-ca Resetting puppet server version param... Marking certificate /root/ssl-build/satellite.example.com/satellite.example.com-apache for update Marking certificate /root/ssl-build/satellite.example.com/satellite.example.com-foreman-proxy for update Marking certificate /root/ssl-build/katello-server-ca for update Command '/usr/sbin/katello-certs-check -c "/root/satellite.example.com.cert.pem" -r "/root/satellite.example.com.csr.pem" -k "/root/satellite.example.com.key.pem" -b "/root/ca-chain.cert.pem"' exited with 1: /usr/sbin/katello-certs-check: illegal option -- r Verifies, that custom ssl cert files are usable as part of the Katello installation. usage: /usr/sbin/katello-certs-check -c CERT_FILE -k KEY_FILE -b CA_BUNDLE_FILE
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
- Project changed from Installer to Katello
- Description updated (diff)
- Category set to Installer
Updated by Ewoud Kohl van Wijngaarden over 6 years ago
Looks like commit:35722703f8252ab835b6f5bfd8be04ce4d547465 introduced a regression here.
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/671 added
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/Katello/katello-installer/pull/672 added
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/Katello/katello-installer/pull/673 added
Updated by Ivan Necas over 6 years ago
- Status changed from Ready For Testing to Closed
Updated by Andrew Kofink over 6 years ago
- Target version set to Katello 3.9.0
- Triaged changed from No to Yes
- Pull request deleted (
https://github.com/Katello/katello-installer/pull/672)
Actions