OpenXPKI::Server::Workflow::Validator::CommonNameLength
Check if the common name would be empty or longer than 64 chars
based on the given profile and subject information. Internally renders the
subject from the information available and checks the length of the CN
element.
vaidate_common_name_length:
class: OpenXPKI::Server::Workflow::Validator::CommonNameLength
arg:
- $cert_profile
- $cert_subject_style
- $cert_san_parts
- profile
- The name of the profile.
- style
- The name of the profile style.
- subject_parts
- The input parameters to perform the valdation on.