-
-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WFE/ARI: Add method for tracking certificate replacement #7298
Conversation
@beautifulentropy, this PR appears to contain configuration changes. Please ensure that a corresponding deployment ticket has been filed with the new configuration values. |
63081f1
to
a0036d4
Compare
a0036d4
to
abee2bc
Compare
6d97bfe
to
3276c0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! Could you extract the new section of NewOrder into its own function, returning replaces
, limitsExempt
, and error
?
Generally looks great! After that one comment tweak, ready to approve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
Implement draft-ietf-acme-ari-02 changes in WFE newOrder:
replaces
field to the newOrder request objectreplaces
values provided by subscribers are vetted according to the requirements set out in the draft specificationPart of #7038