summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl.rb
Commit message (Collapse)AuthorAgeFilesLines
* Always using the CA_name constant instead of "ca"Luke Kanies2009-11-201-0/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Adding 'require' statements as necessary for Puppet::SSL to work.Luke Kanies2008-08-071-0/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* The certificate and key are now correctly interactingLuke Kanies2008-04-151-0/+3
| | | | | with the existing cert/key store. Certificate requests are not yet handled, nor are the ca-specific collections.
* The new SSL classes basically work, but they're notLuke Kanies2008-04-151-0/+3
functionally connected to any kind of indirection.