Re: [Puppet Users] Could not generate DH keypair

2017-07-21 Thread abhinav
Hi Fabricio, In my Foreman Puppet setup I don't have "mycert.pem" file. Instead I had some similar files: 1. /etc/puppetlabs/puppet/ssl/certs/ip-xxx-xx-xx-xxx.us-west-2.compute.internal.pem 2. /etc/puppetlabs/puppet/ssl/certs/ca.pem So I executed the command "openssl dhparam 1024" an

Re: [Puppet Users] Could not generate DH keypair

2017-01-23 Thread Fabricio Cruz
Hi , I was able to solve : 1- openssl dhparam 1024 2- add this block of code to /etc/puppetlabs/puppet/ssl/certs/mycert.pem --- in my client puppet Thank you!! 2017-01-20 0:21 GMT-02:00 Fabricio Cruz : > Thanks for replying, I do not have satelite server, I have: > > Ubuntu server 16.04 > Pu

Re: [Puppet Users] Could not generate DH keypair

2017-01-19 Thread Fabricio Cruz
Thanks for replying, I do not have satelite server, I have: Ubuntu server 16.04 Puppet and Foreman Thanks! 2017-01-19 11:21 GMT-02:00 rvlinden : > Run openssl to create a 1024 DH keypair > # openssl dhparam 1024 > > and add this block of code (incl BEGIN DH PARAMETERS and END DH PARAMETERS > t

[Puppet Users] Could not generate DH keypair

2017-01-19 Thread rvlinden
Run openssl to create a 1024 DH keypair # openssl dhparam 1024 and add this block of code (incl BEGIN DH PARAMETERS and END DH PARAMETERS to your /etc/katello/certs/katello-apache.crt on your satellite server Hope this helps Rene -- You received this message because you are subscribed to the

[Puppet Users] Could not generate DH keypair

2017-01-18 Thread Fabricio Cruz
How to fix ? 2017-01-18 16:45:28,076 ERROR [qtp1558347627-77] [puppetserver] Puppet Report processor failed: Could not send report to Foreman at https://server/api/reports: Could not generate DH keypair thanks -- You received this message because you are subscribed to the Google Groups "Pu