Skip to content

v0.6.0

Compare
Choose a tag to compare
@lukas2511 lukas2511 released this 11 Mar 19:25
· 160 commits to master since this release
fd3fc8a

[0.6.0] - 2018-03-11

Changed

  • Challenge validation loop has been modified to loop over authorization identifiers instead of altnames (ACMEv2 + wildcard support)
  • Removed LICENSE parameter from config (terms of service is now acquired directly from the CA directory)

Added

  • Support for ACME v02 (including wildcard certificates!)
  • New hook: generate_csr (see example hook script for more information)
  • Calling random hook on startup to make it clear to hook script authors that unknown hooks should just be ignored...