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::ValidCertificate(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Validator::ValidCertificate(3)

OpenXPKI::Server::Workflow::Validator::ValidCertificate

validator: is_valid_pkcs10: class: OpenXPKI::Server::Workflow::Validator::ValidCertificate param: subject: CN=test.me,O=ACME,C=DE subject_key_identifier: 53:56:9A:FB:A3:4E:2A:4C:DF:52:8B:F8:A6:9F:30:6E:4A:49:45:C0 authority_key_identifier: 53:56:9A:FB:A3:4E:2A:4C:DF:52:8B:F8:A6:9F:30:6E:4A:49:45:C0 arg: - $pem

Check the incoming data to be a valid (parseable) x509 certificate. Optionally check for certain properties.

$pem
The PEM formatted x509 certificate

subject
A string or regex to check the subject against.
subject_key_identifier
A string to match the subject key identifier against
authority_key_identifier
A string to match the authority key identifier against
validate_chain
Boolean, if set to a true value the certificate chain must exist in the database. Extra certificates from the input data are used to build the intermediate chain.
external_root
Boolean, if true the chain is also valid if the root certificate is part of the input data. Implies validate_chain, also matches on self-signed certificates.
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.