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
Security::TLSCheck::App(3) User Contributed Perl Documentation Security::TLSCheck::App(3)

Security::TLSCheck::App -- CLI part of TLS check application

Version 0.2.x

  use Security::TLSCheck::App (extends => 'Security::TLSCheck::Result');
  
  my $app = Security::TLSCheck::App->new_with_options();
  $app->run;

For a project overview, see the README.md of the Distribution.

Has a simple import method for importing "extends => 'My::BAse::Class'"

Initializing stuff

Runs the application ...

Filters the domain name; here in the base class: only lower case.

Runs all checks for one domain.

Here single-treaded, override this for parallel processing.

empty init and finish subs for the domain loop; for overridung ...
2022-04-08 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.