mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
acme: use order "status" to determine action during finalization (#9297)
Rather than deducing the status of an order by the "certificate" and "error" fields, use the "status" field directly.
This commit is contained in:
@@ -10,7 +10,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
### Changed
|
||||
|
||||
*
|
||||
* A change to order finalization has been made to the `acme` module and Certbot:
|
||||
- An order's `certificate` field will only be processed if the order's `status` is `valid`.
|
||||
- An order's `error` field will only be processed if the order's `status` is `invalid`.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user