|
NAMEOpenXPKI::Server::API2::Plugin::Token::get_ca_listCOMMANDSget_ca_listList all items in the certsign group of the requested realm.Each entry of the list is a HashRef: { alias => '...', # full alias name identifier => '...', # certificate identifier notbefore => '...', # certificate validity (UNIX epoch timestamp) notafter => '...', # certificate validity (UNIX epoch timestamp) subject => '...', # certificate subject status => '...', # verbose status of the token: EXPIRED, UPCOMING, ONLINE, OFFLINE OR UNKNOWN } The online/offline status check is only possible from within the current realm, for requests outside the current realm the status of a valid token is always "UNKNOWN". The list is sorted by "notbefore" date, starting with the newest date. Dates are taken from the alias table and might differ from the certificates validity! Parameters
Visit the GSP FreeBSD Man Page Interface. |