Skip to content

v3.2.0 - Support for External Account Binding

Compare
Choose a tag to compare
@eggsampler eggsampler released this 04 Dec 02:06
· 36 commits to master since this release
  • Add support for external account binding as per RFC8555 section 7.3.4
    • This provides support for alternative acme servers such as ZeroSSL
    • See the zerossl example for a simple usage example
  • Update jws code as per golang/crypto@e7c4368
  • Updated certbot example to demonstrate how to use dns challenges #16 95e063e
  • More test coverage