summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl/inventory.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-180/+0
| | | | | | | | | 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
* Finishing the interface between the CA and the CRL.Luke Kanies2008-04-191-0/+23
| | | | | | 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.
* Adding inventory support to the new certificate authority.Luke Kanies2008-04-181-0/+4
| | | | | The new-style CA now keeps track of all of its signed certificates in its inventory file.
* Adding support within the inventory for real certs or Puppet cert wrappers.Luke Kanies2008-04-181-0/+12
|
* Changing the Inventory class to rebuild when theLuke Kanies2008-04-181-40/+45
| | | | first cert is added, so it's easier to test.
* Adding an SSl::Inventory class for managing the ssl inventory.Luke Kanies2008-04-181-0/+136
This models the existing Inventory module in the sslcertificates/ directory, but does so as an instance, rather than a module.