FreeBSD Manual Pages
Crypt::LE::Complete::SUsereContributed Perl DocuCrypt::LE::Complete::Simple(3) NAME Crypt::LE::Complete::Simple - A boilerplate for extending Crypt::LE client application (le.pl) with completion handlers. SYNOPSIS le.pl ... --complete-with Crypt::LE::Complete::Simple --complete-params '{"key1": 1, "key2": 2, "key3": "something"}' DESCRIPTION Crypt::LE provides the functionality necessary to use Let's Encrypt API and generate free SSL certificates for your domains. It is also shipped with le.pl client application. This Crypt::LE plugin is an example of how process completion can be handled by an external module when le.pl is used. You only need a 'complete' method defined (apart from 'new') and returning a true value on success. AUTHOR Alexander Yezhov, "<leader at cpan.org>" Domain Knowledge Ltd. <https://do-know.com/> perl v5.32.0 2019-12-09 Crypt::LE::Complete::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::Complete::Simple&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>