On Feb 9, 2011, at 10:51 AM, CraftyTech wrote:

> These are the files that I copy:
> 
> puppetmaster1>cd /etc/puppet/ssl
> puppetmaster1>scp private_keys/puppet-test01.pem 
> root@puppet-test01:/etc/puppet/ssl/private_keys/puppet-test01.pem
> puppetmaster1>scp ca/signed/puppet-test01.pem 
> root@puppet-test01:/etc/puppet/ssl/certs/puppet-test01.pem
> puppetmaster1>scp ca/ca_crt.pem 
> root@puppet-test01:/etc/puppet/ssl/certs/ca.pem
> 
> To use Passenger (I'd need also ca_crt.pem and ca_crl.pem), so I also copy:
> puppetmaster1>scp /etc/puppet/ssl/ca/ca_crt.pem 
> root@puppet-test01:/etc/puppet/ssl/ca/ca_crt.pem 
> puppetmaster1>scp /etc/puppet/ssl/ca/ca_crl.pem 
> root@puppet-test01:/etc/puppet/ssl/ca/ca_crl.pem 
> 
> 
> I don't get why it works for the client side, and not the servers side......
> 
> All ideas welcome :)

The only line I see that's different that I think matters is this:
ca_server = puppetmaster1.dev.domain.com

Try putting that line in the puppetmasterd section.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to