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:
alexzorin
2022-05-13 09:51:11 -07:00
committed by GitHub
parent 7dd1e814fb
commit ec49b94acb
3 changed files with 24 additions and 6 deletions
+3 -1
View File
@@ -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