GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Crypt::LE::Challenge::Simple(3) User Contributed Perl Documentation Crypt::LE::Challenge::Simple(3)

Crypt::LE::Challenge::Simple - A boilerplate for extending Crypt::LE and Crypt::LE client application (le.pl) with challenge/verification handlers.

 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);

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"}'

Alexander Yezhov, "<leader at cpan.org>" Domain Knowledge Ltd. <https://do-know.com/>
2021-05-27 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.