|
NAMEOpenXPKI::Server::API2::Plugin::Token::list_active_aliases COMMANDSlist_active_aliasesReturns an ArrayRef of HashRefs with all tokens from the given group, which are/were valid within the given validity period: [
{
alias => '...', # full alias name
identifier => '...', # certificate identifier
notbefore => '...', # certificate validity (UNIX epoch timestamp)
notafter => '...', # certificate validity (UNIX epoch timestamp)
status => '...', # verbose status of the token: ONLINE, OFFLINE or UNKNOWN
},
{
...
},
]
Dates are taken from the alias table and might differ from the certificates validity! The list is sorted by notbefore date, starting with the newest date. Parameters
|