summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl/certificate.rb
Commit message (Collapse)AuthorAgeFilesLines
* Certificates now work over REST.Luke Kanies2008-08-071-1/+10
| | | | | | | | | All of the format work is done, they all support plaintext successfully, and I've got integration tests that demonstrate that it actually works. Signed-off-by: Luke Kanies <luke@madstop.com>
* Making all certificates only support the plaintext format.Luke Kanies2008-08-041-0/+6
| | | | | | | None of them actually support yaml or marshal by default, and plaintext is easiest anyway. Signed-off-by: Luke Kanies <luke@madstop.com>
* Setting the expiration date of certificate objects to the expiry of the actualLuke Kanies2008-04-171-0/+5
| | | | cert.
* Adding SSL::Host-level support for managing the terminus andLuke Kanies2008-04-171-16/+1
| | | | | cache classes. Also, defaulting to the :file terminus for all of the SSL classes.
* Making the first pass at using requests instead ofLuke Kanies2008-04-151-22/+6
| | | | | specifying the terminus class. The individual ssl classes now work, but the ssl host class doesn't yet.
* It looks like all of the new ssl classes for managingLuke Kanies2008-04-151-3/+34
| | | | | | | keys, certificates, and requests now work, including talking to the certificate authority. Now we just need the authority itself, along with the necessary REST terminii.
* Adding he last of the indirection classes for the sslLuke Kanies2008-04-151-3/+2
| | | | classes, finally including the certificate requests.
* The basics for the certificate and certificate requestLuke Kanies2008-04-151-9/+5
| | | | | indirection terminii are done. I need to move most of the test code to a shared behaviour now.
* The new SSL classes basically work, but they're notLuke Kanies2008-04-151-0/+19
functionally connected to any kind of indirection.