| App-CamelPKI documentation | Contained in the App-CamelPKI distribution. |
App::CamelPKI::Controller::CA::Template::CA - Controller for certification and revocation of CA processing nodes.
This class inherits from App::CamelPKI::Controller::CA::Template::Base, which contains all relevant documentation.
Returns the list of the short names of the templates this controller deals with.
| App-CamelPKI documentation | Contained in the App-CamelPKI distribution. |
#!perl -w package App::CamelPKI::Controller::CA::Template::CA; use strict; use warnings;
use base 'App::CamelPKI::Controller::CA::Template::Base'; use App::CamelPKI::CertTemplate::CA;
sub _list_template_shortnames { qw(CA2) } 1;