GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::API2::Plugin::Cert::get_crl_list(3) User Contributed Perl Documentation OpenXPKI::Server::API2::Plugin::Cert::get_crl_list(3)

OpenXPKI::Server::API2::Plugin::Cert::get_crl_list

List all CRL issued in the given realm. If no realm is given, use the realm of the current session. You can add issuer_identifier (cert_identifier) in which case you get only the CRLs issued by this issuer. The result is an arrayref of matching entries ordered by last_update, newest first. limit has a default of 25.

To find CRLs valid within a certain period in time, you can query on the last_update/next_update fields using valid_after/valid_before and expires_after/expires_before (expect epoch).

Parameters

"format"

Determines the return format.

Possible values for format are:

  • PEM
  • DER
  • DBINFO - unmodified result from the database (without PEM data)
  • "issuer_identifier"

    Get only the CRLs for the provided issuer. If not set CRLs for all issuers in the current realm are returned.

  • "profile"

    CRL profile, only used when crl_serial is not set.

  • "limit"
  • "pki_realm"
  • "valid_after"
  • "valid_before"
  • "expires_after"
  • "expires_before"

Changes compared to API v1:

Format TXT and HASH/FULLHASH have been removed, DBINFO returns lowercased keys with some modifications. See get_crl for details.

valid_at was replaced by the more detailed time filters.

2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.