|
NAMEOpenXPKI::Server::API2::Plugin::Profile::get_cert_subject_styles COMMANDSget_cert_subject_stylesReturns 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
|