Recent Releases of gufo_acme

gufo_acme - 0.4.0

Added

  • AcmeAuthorizationStatus structure

Changed

  • AcmeClient.get_challenges replaced with AcmeClient.get_authorization_status.
  • Respond to challenges only if authorization status is pending.

- Python
Published by dvolodin7 over 2 years ago

gufo_acme - 0.3.0

Added

  • External Account Binding support.

- Python
Published by dvolodin7 over 2 years ago

gufo_acme - 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.

- Python
Published by dvolodin7 over 2 years ago

gufo_acme - 0.1.1

Fixed

  • Fixed ACMEClient.from_state() to return a proper subclass.
  • Fixed type annotation for ACMEClient.__aenter__() in subclasses.

- Python
Published by dvolodin7 over 2 years ago

gufo_acme - 0.1.0

Initial implementation

- Python
Published by dvolodin7 over 2 years ago