On 26/04/17 19:18, Jason McMahan wrote: > foreman2: > SSL CA file/etc/puppetlabs/puppet/ssl/certs/ca.pem > SSL CA file that Foreman will use to communicate with > its proxies > SSL certificate/etc/puppetlabs/puppet/ssl/certs/foreman1.com.pem > SSL Certificate path that Foreman would use to communicate with > its proxies > SSL client cert envSSL_CLIENT_CERT > Environment variable containing a client's SSL > certificate > SSL client DN envSSL_CLIENT_S_DN > Environment variable containing the subject DN > from a client SSL certificate > SSL client verify envSSL_CLIENT_VERIFY > Environment variable containing the verification > status of a client SSL certificate > SSL private key/etc/puppetlabs/puppet/ssl/private_keys/foreman1.com.pem > SSL Private Key file that Foreman will use to communicate with its > proxies > > > When i look in the settings.yaml [..] > > foreman2: > :ssl_certificate: /etc/puppetlabs/puppet/ssl/certs/foreman2.com.pem > :ssl_ca_file: /etc/puppetlabs/puppet/ssl/certs/ca.pem > :ssl_priv_key: /etc/puppetlabs/puppet/ssl/private_keys/foreman2.com.pem
I don't see why the value in the UI would differ from the configuration file, unless the service hadn't been restarted. Restart apache2/httpd. If this is an error in the e-mail, then going back to the original error, you have a permissions issue. Ensure the files and parent directories are all readable by 'foreman'. -- Dominic Cleal [email protected] -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/099f7636-677f-4afc-273a-3347f15346f7%40cleal.org. For more options, visit https://groups.google.com/d/optout.
