GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Validator::PKCS10(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Validator::PKCS10(3)

OpenXPKI::Server::Workflow::Validator::PKCS10

validator: is_valid_pkcs10: class: OpenXPKI::Server::Workflow::Validator::PKCS10 param: empty_subject: 0|1 verify_signature: 0|1 arg: - $pkcs10

Check the incoming data to be a valid (parseable) pkcs10 request. By default, the request must have a subject set, you can skip the subject check setting the parameter empty_subject to a true value.

$pkcs10
The PEM formatted PKCS#10 request

empty_subject
By default, we expect the CSR to have a subject set. Set this to 0 to allow an empty subject (required with some SCEP clients and Microsoft CA services).
verify_signature
Cryptographically verify the signature of the request - default is ON. (was changed in v2.3 as the module deps have been fixed).
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.