do-know / Crypt-LE

Crypt::LE - Let's Encrypt / Buypass / ZeroSSL and other ACME-servers client and library in Perl for obtaining free SSL certificates (inc. generating RSA/ECC keys and CSRs). HTTP/DNS verification is supported out of the box, EAB (External Account Binding) supported, easily extended with plugins, easily dockerized.
https://Do-Know.com
Artistic License 2.0
353 stars 60 forks source link

Add EAB support and fix handling of challenges in the 'processing' state #66

Closed dward closed 1 year ago

dward commented 3 years ago

This adds basic support for EAB (External Account Binding). It was tested with ZeroSSL.

do-know commented 1 year ago

The basic support for EAB was implemented on the development branch time ago, but was not pushed until recently - v0.39 (on beta branch) has that, as well as simplified switching between known ACME-compatible CAs. Closing.