GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Template::Plugin::Profile(3) User Contributed Perl Documentation OpenXPKI::Template::Plugin::Profile(3)

Plugin for Template::Toolkit to retrieve properties of a profile definition. All methods require the profile name as first and (where useful) the style as second argument.

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 Profile %]
    [% Profile.name(cert_profile) %]

Will output the verbose label of the referenced profile.

Return the verbose name of the certificate profile, this is the string found at profile.<cert_profile.label>. If no label is set, the name of the profile is returned.

Return the verbose name of the certificate style. Returns the style name if no label is set.

Return the verbose description of certificate style.
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.