|
|
| |
OpenXPKI::Server::Workflow::Activity::CSR::PersistRequest(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::Workflow::Activity::CSR::PersistRequest(3) |
OpenXPKI::Server::Workflow::Activity::CSR::PersistRequest
persists the Certificate Signing Request into the database, so that it can then
be used by the certificate issuance workflow.
- csr_type
- pkcs10 (default) or spkac (not used currrently)
- keepformat
- By default, PKCS10 requests are reformatted to a normalized format, which
is removal of all whitespace and non-base64 characters and proper line
wrap. This is very important as current openssl version choke when
handling requests that are not formated as expected.
If you want to persist the CSR "as is", set this to
a true value and we wont touch it.
- cert_profile
- The profile to use. Read from cert_profile context value if not set.
- cert_subject
- The subject to use. Read from cert_subject context value if not set.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |