|
NAMEOpenXPKI::Server::API2::Plugin::Cert::get_certCOMMANDSget_certreturns the requested certificate.Parameters
Changes compared to API v1: The output of HASH has changed dramatically! The full content of BODY is no longer part of the output, keys are all lowercased and relevant data from the body was moved to keys on the first level. When called with "format => "DBINFO"" the returned HashRef contains lowercase keys. Additionally the following keys changed: CERTIFICATE_SERIAL --> cert_key CERTIFICATE_SERIAL_HEX --> cert_key_hex PUBKEY --> removed in v2.5 CSR_SERIAL --> req_key To get attributes for the certificate back with DBINFO you MUST pass the name or "LIKE" "expression for the attributes keys as defined in get_cert_attributes.
Visit the GSP FreeBSD Man Page Interface. |