Class: PEClient::Resource::PuppetCAV1::CertificateRevocationList
- Defined in:
- lib/pe_client/resources/puppet_ca.v1/certificate_revocation_list.rb
Overview
The certificate_revocation_list endpoint retrieves a Certificate Revocation List (CRL) from the primary server. The returned CRL is always in the .pem format.
Constant Summary collapse
- BASE_PATH =
The base path for Puppet CA API v1 Certificate Revocation List endpoints.
"#{PuppetCAV1::BASE_PATH}/certificate_revocation_list".freeze
- HEADERS =
Common headers for Puppet CA API v1 Certificate Revocation List endpoints.
{"Content-Type": "text/plain", Accept: "text/plain"}.freeze
Instance Method Summary collapse
-
#get ⇒ String
Get the submitted CRL.
-
#update(crls) ⇒ String
Update upstream CRLs.
Methods inherited from Base
Constructor Details
This class inherits a constructor from PEClient::Resource::Base