Problem:
I have installed a external smart proxy but not with the foreman-installer. I installed it manually (dnf install foreman-proxy) and add it as smart proxy to the foreman. Now i want to configure ssl on this smart proxy. For this, i generated a certificate with following command on the foreman master server:
foreman-proxy-certs-generate \ --foreman-proxy-fqdn smartproxy.local \ --certs-tar /root/smart-proxy_cert/smart-proxy_certs.tar
Then, i copied the tar to the external smart proxy. The only way to deploy the Cert on the external Proxy is, to use the foreman-installer ommand like this:
foreman-installer --scenario foreman-proxy-content …
Then i installed the foreman-installer (dnf install foreman-proxy) and tried the command but i got this:
ERROR: Scenario (/etc/foreman-installer/scenarios.d/foreman-proxy-content.yaml) was not found, can not continue
So is there a way to install it without foreman-installer or how can i add this scenario to the smart proxy.
Expected outcome:
Sucsessfull deployed SSL Cert on the external Smart Proxy
Foreman and Proxy versions:
Foreman:
foreman.noarch 3.5.1-1.el8
External Smart Proxy:
foreman-proxy.noarch 3.5.1-1.el8