I think the simple thing is that the developers haven't directly supported and tested using custom certs for the WebUI. I'm just a user who ran into the same problem as the original poster...
My answer above was what I found I needed when I built a VM with the foreman.org 1.12 installation instructions (with puppet 4). But then I found I couldn't install the katello plugin for foreman, because it didn't support puppet 4 yet. I rebuilt the VM fresh with the the katello.org installation instructions and they handled cert things differently and I needed to search again for how to get things working again with a custom commercial cert for the WebUI and did the following to get it working again. > cp /root/ssl-build/katello-default-ca.crt /etc/pki/ca-trust/source/anchors/ > update-ca-trust enable > update-ca-trust > > cd /etc/foreman > cp proxy_ca.pem proxy_ca_bkp.pem > cp /root/ssl-build/katello-default-ca.crt ./proxy_ca.pem -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
