|
|
| |
OpenXPKI::Server::Workflow::Activity::Tools::PresetProfileFields(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::Workflow::Activity::Tools::PresetProfileFields(3) |
OpenXPKI::Server::Workflow::Activity::Tools::PresetProfileFields
This activity presets the certificate profile fields similar to
OpenXPKI::Server::Workflow::Activity::Tools::ParsePKCS10 but uses the
information about subject and SAN from the context instead of reading them
from the PKCS10 request.
- cert_subject
- The subject to use as string, has priority over context key.
- cert_profile
- Determines the used profile, has priority over context key.
- cert_subject_style
- Determines the used profile substyle, has priority over context key.
- cert_subject
- Read cert_subject from if not set using activity param.
- cert_profile
- Read cert_profile request from if not set using activity param.
- cert_subject_style
- Read cert_subject_style request from if not set using activity param.
- cert_subject_parts
- Contains the preset values for all fields given in the profiles subject
section. The values are determined by running the appropriate template
string for each field with the data extracted from the csr.
- cert_san_parts
- Contains the preset values for all fields given in the profiles san
section. The values are determined by running the appropriate template
string for each field with the data extracted from the csr.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |