NAME
Crypt::LE::Challenge::Simple - A boilerplate for extending Crypt::LE and Crypt::LE client application (le.pl) with challenge/verification handlers.
SYNOPSIS
use Crypt::LE;
use Crypt::LE::Challenge::Simple;
...
my $le = Crypt::LE->new();
my $simple_challenge = Crypt::LE::Challenge::Simple->new();
..
$le->accept_challenge($simple_challenge);
$le->verify_challenge($simple_challenge);
DESCRIPTION
Crypt::LE provides the functionality necessary to use Let's Encrypt API and generate free SSL certificates for your domains. This Crypt::LE plugin is an example of how challenge and verification handling can be done by an external module.
This module can also be used with the provided Crypt::LE client application - le.pl:
le.pl ... --handle-with Crypt::LE::Challenge::Simple --handle-params '{"key1": 1, "key2": 2, "key3": "something"}'
AUTHOR
Alexander Yezhov, <leader at cpan.org>
Domain Knowledge Ltd. https://do-know.com/