|
NAMEOpenXPKI::Server::API2::Plugin::Cert::get_crl_listCOMMANDSget_crl_listList 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
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.
Visit the GSP FreeBSD Man Page Interface. |