Skip to content

Commit

Permalink
ca: Enable ECDSAForAll in config (#7561)
Browse files Browse the repository at this point in the history
This change removes the ECDSAAllowList entry and enables ECDSAForAll for
the `test/config/ca.json` to match the configuration in
`test/config-next/ca.json`. A future change will remove ECDSAAllowList
and ECDSAForAll permanently.

Part of #7535
  • Loading branch information
pgporada committed Jun 25, 2024
1 parent 8f9ddd3 commit 483062e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/config/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@
},
"ocspLogMaxLength": 4000,
"ocspLogPeriod": "500ms",
"ecdsaAllowListFilename": "test/config/ecdsaAllowList.yml",
"features": {}
"features": {
"ECDSAForAll": true
}
},
"pa": {
"challenges": {
Expand Down

0 comments on commit 483062e

Please sign in to comment.