-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wfe: implement reuse of valid authorizations. (#259)
RFC8555 mentions (https://tools.ietf.org/html/rfc8555#section-7.1.3) that clients should check the "status" field of an order to determine whether they need to take any action. This commit implements authorization reuse, such that any valid and unexpired authz completed by the ACME account for that identifier has a chance to be reused in new orders. The chance is controlled by the env variable PEBBLE_AUTHZREUSE and it defaults to 50 (percent). The chance is evaluated regardless of whether there is an eligible authz to reuse or not.
- Loading branch information
Showing
4 changed files
with
94 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters