The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.04

  • Library: accept_challenge() now takes optional parameters, which can be then passed to a callback. Client: le.pl now supports passing parameters to external challenge handling modules. Example:
  • le.pl ... --handle-with Crypt::LE::Challenge::Simple --handle-params '{"key1": 1, "key2": 2, "key3": "something"}'

Modules

Let's Encrypt API interfacing module.
A boilerplate for extending Crypt::LE with challenge handlers.