summaryrefslogtreecommitdiffstats
path: root/spec/unit/sslcertificates
Commit message (Collapse)AuthorAgeFilesLines
* Fix #4226 - Prepend 'Puppet CA: ' to fqdn for default root ca_nameJacob Helwig2010-09-281-1/+12
| | | | | | | | Having a root ca_name that matches the fqdn of the puppet master would cause certificate lookup problems on some clients, resulting in failed SSL negotiation. Signed-off-by: Jacob Helwig <jacob@puppetlabs.com>
* Port Puppet::SSLCertificates::CA test to rspecJacob Helwig2010-09-281-0/+99
Signed-off-by: Jacob Helwig <jacob@puppetlabs.com>