From 483062e0b19b3e37be8125911b906d60b7defae5 Mon Sep 17 00:00:00 2001 From: Phil Porada Date: Tue, 25 Jun 2024 16:17:10 -0400 Subject: [PATCH] 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 --- test/config/ca.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/config/ca.json b/test/config/ca.json index cc4728363..3d5c96683 100644 --- a/test/config/ca.json +++ b/test/config/ca.json @@ -144,8 +144,9 @@ }, "ocspLogMaxLength": 4000, "ocspLogPeriod": "500ms", - "ecdsaAllowListFilename": "test/config/ecdsaAllowList.yml", - "features": {} + "features": { + "ECDSAForAll": true + } }, "pa": { "challenges": {