ca: Enable ECDSAForAll in config (#7561)
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 https://github.com/letsencrypt/boulder/issues/7535
This commit is contained in:
parent
8f9ddd3d82
commit
483062e0b1
|
|
@ -144,8 +144,9 @@
|
|||
},
|
||||
"ocspLogMaxLength": 4000,
|
||||
"ocspLogPeriod": "500ms",
|
||||
"ecdsaAllowListFilename": "test/config/ecdsaAllowList.yml",
|
||||
"features": {}
|
||||
"features": {
|
||||
"ECDSAForAll": true
|
||||
}
|
||||
},
|
||||
"pa": {
|
||||
"challenges": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue