Skip to content

0.2.0

Compare
Choose a tag to compare
@dvolodin7 dvolodin7 released this 17 Nov 15:25
· 5 commits to master since this release

Added

  • DavAcmeClient: http-01 fulfillment using WebDAV
  • PowerDnsAcmeClient: dns-01 fulfillment using PowerDNS.
  • WebAcmeClient: http-01 fulfillment using static files.

Changed

  • ACMEClient has been moved into gufo.acme.clients.base.
  • ACMEClient, types, and exceptions have been renamed to snake-case.

Fixed

  • Fixed typo in exception class name.