%args> $email => undef $subject => undef $issuer => undef $cert_serial => undef $csr_serial => undef $limit => 10 $start => 1 $page => undef $revocation => undef %args>
<% i18nGettext('I18N_OPENXPKI_CLIENT_HTML_MASON_API_CERT_LIST_DESCRIPTION') %>
<% i18nGettext('I18N_OPENXPKI_CERT_SERIAL') %> | <% i18nGettext('I18N_OPENXPKI_CERT_SUBJECT') %> | <% i18nGettext('I18N_OPENXPKI_CERT_EMAIL') %> | <% i18nGettext('I18N_OPENXPKI_CERT_NOTBEFORE') %> | <% i18nGettext('I18N_OPENXPKI_CERT_NOTAFTER') %> | <% i18nGettext('I18N_OPENXPKI_CERT_ISSUER') %> |
---|---|---|---|---|---|
<& /lib/html/a.mhtml, 'target' => "cert_info.html", 'params' => [ ["identifier", $cert->{IDENTIFIER}], ['revocation', $revocation], ], 'label' => $cert->{CERTIFICATE_SERIAL} &> | <% $cert->{SUBJECT} %> | <% $cert->{EMAIL} %> | <% $notbefore %> | <% $notafter %> | <% $cert->{'ISSUER_DN'} %> |