|
|
| |
OpenXPKI::Server::API2::Plugin::Profile::get_cert_subject_styles(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::API2::Plugin::Profile::get_cert_subject_styles(3) |
OpenXPKI::Server::API2::Plugin::Profile::get_cert_subject_styles
Returns the configured subject styles for the specified profile.
Returns a hash ref with the following structure:
{
"style_abc" => {
label => "...",
dn => "...",
description => "...",
subject_alternative_names => [ ... ],
additional_information => {
input => [ ... ],
},
template => {
input => [ ... ],
}
}
}
Parameters
- •
- "profile" Str - profile name to
query
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |