The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.20

  • CSRs can now be generated on Windows.
  • ECC is now supported (as long as you have Net:SSLeay version 1.75 or better).
  • Keys are now generated using Net::SSLeay, Crypt::OpenSSL::RSA is only used for utility purposes and might be removed later.
  • Main le.pl script accepts a new parameter 'curve' for EC keys, you can use 'default' as a value for 'prime256v1'.
  • Mail le.pl script accepts a new parameter 'issue-code' to set specified exit code on certificate issuance/renewal.
  • Main le.pl script will exit with code 255 on error, 0 otherwise.
  • Dropped non-portable Crypt::OpenSSL::PKCS10 dependency.
  • Removed Crypt:::PKCS10 dependency.

Modules

Let's Encrypt API interfacing module.
A boilerplate for extending Crypt::LE and Crypt::LE client application (le.pl) with challenge/verification handlers.
A boilerplate for extending Crypt::LE client application (le.pl) with completion handlers.