|
|
| |
OpenXPKI::Template::Plugin::Alias(3) |
User Contributed Perl Documentation |
OpenXPKI::Template::Plugin::Alias(3) |
Plugin for Template::Toolkit to retrieve properties of an alias.
You need to load the plugin into your template before using it. As we do not
export the methods, you need to address them with the plugin name, e.g.
[% USE Alias %]
The alias [% alias %] corresponds to the certificate identifier [% Alias.cert_identifier(alias) %]
Will result in
The alias ca-signer-1 corresponds to the certificate identifier fwe21344t53TODO
Returns the certificate identifier for the given alias
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |