FreeBSD Manual Pages
Security::TLSCheck::ApUser Contributed Perl DocumentSecurity::TLSCheck::App(3) NAME Security::TLSCheck::App -- CLI part of TLS check application VERSION Version 0.2.x SYNOPSIS use Security::TLSCheck::App (extends => 'Security::TLSCheck::Result'); my $app = Security::TLSCheck::App->new_with_options(); $app->run; DESCRIPTION For a project overview, see the README.md of the Distribution. import Has a simple import method for importing "extends => 'My::BAse::Class'" METHODS BUILD Initializing stuff run Runs the application ... filter_domain Filters the domain name; here in the base class: only lower case. analyse($domain, $category) Runs all checks for one domain. Here single-treaded, override this for parallel processing. init_domain_loop, finish_domain_loop empty init and finish subs for the domain loop; for overridung ... perl v5.32.0 2020-08-24 Security::TLSCheck::App(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Security::TLSCheck::App&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>