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::Activity::CSR::CheckPolicyDNS(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Activity::CSR::CheckPolicyDNS(3)

OpenXPKI::Server::Workflow::Activity::CSR::CheckPolicyDNS

Check if the subjects common name and items of type DNS in the subject alternative name section can be resolved by DNS. The validation result is written into the context key check_policy_dns as array, each failed item as one line. Empty/Non-Existing if all checks are ok.

check_cn
Check the value of the CN component of the subject. Possible values are * "A" (item is an a-record) * "C" (item is a C-Name) * "AC" (both types are ok)
check_san
Check subject alternative name section, same values as check_cn.
timeout
The timeout (per query) in seconds, default is 30 seconds.
servers
comma seperated list of nameserver addresses. Default is to use system settings.
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.