| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Some spec files like active_record.rb had names that would confuse the
load path and get loaded instead of the intended implentation when the
spec was run from the same directory as the file.
Author: Matt Robinson <matt@puppetlabs.com>
Date: Fri Jun 11 15:29:33 2010 -0700
|
| |
|
|
|
|
| |
Certificate revocation now works, the CA knows how
to generate the CRL, and the SSL::Host class knows
how to configure the CRL class for indirection.
|
| |
|
|
|
| |
The new-style CA now keeps track of all of its signed
certificates in its inventory file.
|
| | |
|
| |
|
|
| |
first cert is added, so it's easier to test.
|
|
|
This models the existing Inventory module in the sslcertificates/
directory, but does so as an instance, rather than a module.
|