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:
Phil Porada 2024-06-25 16:17:10 -04:00 committed by GitHub
parent 8f9ddd3d82
commit 483062e0b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -144,8 +144,9 @@
},
"ocspLogMaxLength": 4000,
"ocspLogPeriod": "500ms",
"ecdsaAllowListFilename": "test/config/ecdsaAllowList.yml",
"features": {}
"features": {
"ECDSAForAll": true
}
},
"pa": {
"challenges": {