(puppet 0.25.4)
I make the client request for a certificate:
$ puppetd -t --waitforcert 30
And expect the ca server to have the client's FQDN listed:
$ puppetca --list
[none listed]
There's also nothing under the certificate_requests directory:
$ ls /var/lib/puppet/ssl/certificate_requests/
I check where the ca server and puppetmaster looks for certs:
$ puppetca --configprint ssldir
/var/lib/puppet/ssl
$ puppetmasterd --configprint ssldir
/var/lib/puppet/ssl
Attempting to sign the cert for my puppet client anyway (will fail):
$ puppetca --sign
chowchow.p3.sc.verticalresponse.com
chowchow.p3.sc.verticalresponse.com
err: Could not call sign: Could not find certificate request for
chowchow.p3.sc.verticalresponse.com
Any ideas why?