Releases: gufolabs/gufo_acme
Releases · gufolabs/gufo_acme
0.4.0
0.3.0
0.2.0
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.