Project

General

Profile

Bug #24632

Updated by Ewoud Kohl van Wijngaarden over 5 years ago

installer does not work for custom ssl certificates, fails with "illegal option -- r" for katello-certs-check command  

 <pre> 
  



 # 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 

 </pre> 
 


Back