FreeBSD Manual Pages
Crypt::LE::Challenge::UserlContributed Perl DocCrypt::LE::Challenge::Simple(3) 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/> perl v5.32.0 2019-12-09 Crypt::LE::Challenge::Simple(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Crypt::LE::Challenge::Simple&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>