|
NAMEOpenXPKI::Server::API2::Plugin::Cert::get_crlCOMMANDSget_crlreturns a CRL.If no parameter is set at all, the newest CRL of the active signer token in the current realm is selected. To get the latest CRL of another issuer, set issuer_identifier, to select a particular CRL set crl_serial. Both works across realms. The default is to return the PEM encoded CRL, other formats can be selected setting format. Parameters
Changes compared to API v1: When called with "format => "DBINFO"" the returned HashRef contains lowercase keys. Additionally the following keys changed: crl_serial --> crl_key
Visit the GSP FreeBSD Man Page Interface. |