|
NAMEApp::TLSMe - TLS/SSL tunnelSYNOPSISApp::TLSMe->new( listen => ':443', backend => '127.0.0.1:8080', cert_file => 'cert.pem', key_file => 'key.pem' )->run; Run "tlsme -h" for more options. DESCRIPTIONThis module is used by a command line application "tlsme". You might want to look at its documentation instead.METHODS"new"my $app = App::TLSMe->new; "run"$app->run; Start the secure tunnel. "stop"$app->stop; Stop the secure tunnel (used for testing). DEVELOPMENTRepositoryhttp://github.com/vti/app-tlsme CREDITSAndrey SidorovJames D Bearden AUTHORViacheslav Tykhanovskyi, "vti@cpan.org".COPYRIGHT AND LICENSECopyright (C) 2011-2013, Viacheslav TykhanovskyiThis program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
Visit the GSP FreeBSD Man Page Interface. |