To add on to Dan's steps which I used as a base. For PE 2.8.3, I had to do:


(AGENT) sudo rm -rf /etc/puppetlabs/puppet/ssl/*

(MASTER) puppet cert clean myserver.domain.com

(AGENT) sudo puppet agent -t
 
(MASTER) puppet cert list # confirmed new request was pending

(MASTER) sudo /etc/init.d/pe-httpd restart

(MASTER) puppet cert list # confirm request is STILL pending

(MASTER) puppet cert sign -a # sign all pending requests

On Monday, June 3, 2013 3:56:19 PM UTC-4, Dan Hyatt wrote:
>
> I got mine solved...on puppet labs enterprise edition..
>
>
> On each  Client which is not connecting right …giving that error on puppet 
> agent -t
>
>  cd /etc/puppetlabs/puppet/ ssl
>
>   rm -rf ca certs public_keys certificate_requsts private_keys  # make 
> sure all files removed from SSL dir
>
>  puppet agent –t  # this will run a few minutes the first time.
>
>  THEN On server:
> puppet cert clean  p11.mync.com
>
>    puppet cert list  
>
>    cd /etc/init.d/
>
> ./pe-httpd restart
>
>    puppet cert list
>
>    puppet cert sign –a   # if you recognize all the servers in your cert 
> list.
>

-- 
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/322a3989-9e95-4ab7-a97e-c2293a93d5ea%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to