Skip to content

Commit

Permalink
config: Default to checking renewal exemption at WFE (#7706)
Browse files Browse the repository at this point in the history
Part of #7511
  • Loading branch information
beautifulentropy authored Sep 27, 2024
1 parent 267c82d commit c034221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/config/ra.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@
}
}
},
"features": {},
"features": {
"CheckRenewalExemptionAtWFE": true
},
"ctLogs": {
"stagger": "500ms",
"logListFile": "test/ct-test-srv/log_list.json",
Expand Down
3 changes: 2 additions & 1 deletion test/config/wfe2.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"authorizationLifetimeDays": 30,
"pendingAuthorizationLifetimeDays": 7,
"features": {
"ServeRenewalInfo": true
"ServeRenewalInfo": true,
"CheckRenewalExemptionAtWFE": true
}
},
"syslog": {
Expand Down

0 comments on commit c034221

Please sign in to comment.