|
NAMEOpenXPKI::Server::API2::Plugin::Token::get_certificate_for_alias COMMANDSget_certificate_for_aliasFind the certificate for the given alias. Returns a HashRef the certificate: {
data => '...', # PEM encoded certificate
subject => '...',
identifier => '...',
notbefore => '...', # certificate validity (UNIX epoch timestamp)
notafter => '...', # certificate validity (UNIX epoch timestamp)
key_identifier => '...', # Subject key identifier (hex uppercase)
}
Validity dates are the real certificate dates. Parameters
|