Issue #3961 has been updated by Jesse Wolfe. Branch set to http://github.com/jes5199/puppet/tree/bug/master/3961
---------------------------------------- Bug #3961: puppetca doesnt generate certificate in $certdir. http://projects.puppetlabs.com/issues/3961 Author: achemze - Status: Accepted Priority: Normal Assigned to: Jesse Wolfe Category: SSL Target version: 2.6 Affected version: 0.25.5 Keywords: Branch: http://github.com/jes5199/puppet/tree/bug/master/3961 I just upgraded from 0.24 to 0.25 and started running into trouble with producing certs. I am seeing, what appears to me to be unusual behavior when using puppetca. When used with '--generate' option, i only get certs in ca/signed and private_key but not in certs. When ran with --debug --trace --verbose, i only see the following: > /usr/local/sbin/puppetca --trace --generate test01.domain.tld > --ssldir=/scratch/user/svn/config/puppet/trunk/ssl --debug --verbose test01.domain.tld info: Creating a new SSL key for test01.domain.tld info: Creating a new SSL certificate request for test01.domain.tld notice: test01.domain.tld has a waiting certificate request notice: Signed certificate request for test01.domain.tld notice: Removing file Puppet::SSL::CertificateRequest test01.domain.tld at '/scratch/user/svn/config/puppet/trunk/ssl/ca/requests/test01.domain.tld.pem' > find /scratch/user/svn/config/puppet/trunk/ssl -name test01.domain.tld\* /scratch/user/svn/config/puppet/trunk/ssl/ca/signed/test01.domain.tld.pem /scratch/user/svn/config/puppet/trunk/ssl/private_keys/test01.domain.tld.pem > -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
