Class | Puppet::SSLCertificates::CA |
In: |
lib/puppet/sslcertificates/ca.rb
|
Parent: | Object |
Certificate | = | Puppet::SSLCertificates::Certificate |
cert | [RW] | |
config | [RW] | |
crl | [RW] | |
dir | [RW] | |
file | [RW] | |
keyfile | [RW] |
List certificates waiting to be signed. This returns a list of hostnames, not actual files — the names can be converted to full paths with host2csrfile.
List signed certificates. This returns a list of hostnames, not actual files — the names can be converted to full paths with host2csrfile.
Revoke the certificate with serial number SERIAL issued by this CA. The REASON must be one of the OpenSSL::OCSP::REVOKED_* reasons