[Puppet - Bug #3961] puppetca doesnt generate certificate in $certdir.
2010-06-30 23:08:19 GMT
- Branch set to http://github.com/jes5199/puppet/tree/bug/master/3961
Bug #3961: puppetca doesnt generate certificate in $certdir.
- 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 received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com.
To unsubscribe from this group, send email to puppet-bugs+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
RSS Feed