|
|
| |
OpenXPKI::Server::Workflow::Activity::CSR::GeneratePKCS10(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::Workflow::Activity::CSR::GeneratePKCS10(3) |
OpenXPKI::Server::Workflow::Activity::CSR::GeneratePKCS10
Creates a new PKCS#10 certificate signing request from the key and password
given in the context parameters private_key and _password. This request is
saved in the context parameter pkcs10.
To support legacy workflows, the values for private_key, password and
cert_subject are read from the context if not set in the activity definition.
This behaviour is deprecated and will be removed in the future.
- target_key
- Context key to write the generated PKCS10 to, default is 'pksc10'
- private_key
- The private key to use for the request.
- password
- The password for the private key.
- cert_subject
- The full subject to set in the request.
- cert_subj_alt_names
- List of SAN items (array reference as used in PersistCSR)
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |