On 30/06/16 08:40, Tom K. wrote: > While checking with "systemctl status httpd.service" > > Jun 30 03:28:23 foreman-host.internal.loc systemd[1]: Starting The Apache > HTTP Server... > > Jun 30 03:28:23 foreman-host.internal.loc httpd[14695]: AH00526: Syntax error > on line 36 of /etc/httpd/conf.d/25-puppet.conf: > > Jun 30 03:28:23 foreman-host.internal.loc httpd[14695]: > SSLCertificateChainFile: file '/var/lib/puppet/ssl/ca/ca_crt.pem' does not > exist or is empty
This happens when the installer doesn't generate a new Puppet certificate authority, which it skips if the host already has a Puppet certificate present (e.g. /var/lib/puppet/ssl/certs/). This happens if the agent has already run against another master. If you want a new CA on this server then perhaps delete (move/backup!) /var/lib/puppet/ssl and either re-run the installer or run "puppet cert generate $(hostname)", or if you want to use your existing CA then consider setting --puppet-server-ca=false. -- Dominic Cleal [email protected] -- 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.
