mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Add async interface for finalization to acme.client.ClientV2 (#9622)
* Add async interface for finalization to acme.client.ClientV2 Add `begin_order_finalization()`/`poll_finalization()` to `acme.client.ClientV2`, which are directly analogous to `answer_challenge()`/`poll_authorizations()`. This allows us to finalize an order and then later poll for its completion as separate steps. * Address code review feedback Rename `begin_order_finalization` -> `begin_finalization` and tweak wording of changelog entry
This commit is contained in:
@@ -8,6 +8,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
* `acme.messages.OrderResource` now supports being round-tripped
|
||||
through JSON
|
||||
* acme.client.ClientV2 now provides separate `begin_finalization`
|
||||
and `poll_finalization` methods, in addition to the existing
|
||||
`finalize_order` method.
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user