NAME
App::TLSMe - TLS/SSL tunnel
SYNOPSIS
App::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.
DESCRIPTION
This 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).
DEVELOPMENT
Repository
CREDITS
Andrey Sidorov
James D Bearden
AUTHOR
Viacheslav Tykhanovskyi, vti@cpan.org
.
COPYRIGHT AND LICENSE
Copyright (C) 2011-2013, Viacheslav Tykhanovskyi
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.