Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-18 Thread hoize
Hi! After a few hours of trial and error my problem is solved. Here is the Solution: /etc/apache2/sites-enabled/02-foreman.conf: SSLEngine on SSLCertificateFile #Here you have to use SSLCertificateKeyFile #your own signed certificate + key /etc/puppet/foreman.yaml: ... :

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-16 Thread Rilindo Foster
Hi Hoize, To clarify, did you put Foreman on top of your existing Puppet infrastructure or did you use the Puppet Master that Foreman installed? It would make sense if it were the latter, because Foreman re-uses Puppet's certificates for its own SSL setup. That, in turn, would explain why the

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-16 Thread hoize
Hi! I took the foreman-installer, which installed PuppetMaster, Apache2, MySQL,... Yes, the certificates are used by puppet and by foreman.. But even if I only change the paths of the SSL-Engine in the Apache2 sites-config to my own certificates, the web-browser works fine, butt puppet can't

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-16 Thread Rilindo Foster
Hi Hoize, To clarify, did you put Foreman on top of your existing Puppet infrastructure or did you use the Puppet Master that Foreman installed? It would make sense if it were the latter, because Foreman re-uses Puppet's certificates for its own SSL setup. That, in turn, would explain why the

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-16 Thread Rilindo Foster
Hi Hoize, To clarify, did you put Foreman on top of your existing Puppet infrastructure or did you use the Puppet Master that Foreman installed? It would make sense if it were the latter, because Foreman re-uses Puppet's certificates for its own SSL setup. That, in turn, would explain why the

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-16 Thread hoize
Hi, Sorry I havn't been at work the last week. Thank you very much for your answer. At the moment I have installed the puppet own certs on my master. Did you replace the certs? If yes, could you give me a short introduction, please? Thank You! Hoize Am Freitag, 6. März 2015 15:16:30 UTC+1 sc

Re: [Puppet Users] Puppet Open Source with own Certificates

2015-03-06 Thread Felix Frank
On 03/05/2015 08:33 AM, hoize wrote: > > I hope you can help me. At PuppetLabs-Docs I only found the > configuration for Puppet Enterprise for my issue. Hi, apart from some path names, it should be applicable to open source puppet. Can you link the specific howto you are following, and indicate

[Puppet Users] Puppet Open Source with own Certificates

2015-03-05 Thread hoize
Hello! Because I can't find anything with google search to my problem with Puppet Open Source, I hope someone of you can help me. On my masterserver there I have installed Foreman running on Apache and Puppet Master. I wanted to replace the certificates of Apache with own certificates to erad