From f80d6ca6a63801eb3060551aae405bbc1a39d3a0 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Thu, 23 Jan 2025 16:52:01 -0800 Subject: [PATCH] ca: add CRLShards: 10 for all issuers --- test/config-next/ca.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/config-next/ca.json b/test/config-next/ca.json index 3c1accbf7f5..6469451ed2f 100644 --- a/test/config-next/ca.json +++ b/test/config-next/ca.json @@ -75,6 +75,7 @@ "issuers": [ { "active": true, + "crlShards": 10, "issuerURL": "http://ca.example.org:4502/int-ecdsa-a", "ocspURL": "http://ca.example.org:4002/", "crlURLBase": "http://ca.example.org:4501/lets-encrypt-crls/43104258997432926/", @@ -86,6 +87,7 @@ }, { "active": true, + "crlShards": 10, "issuerURL": "http://ca.example.org:4502/int-ecdsa-b", "ocspURL": "http://ca.example.org:4002/", "crlURLBase": "http://ca.example.org:4501/lets-encrypt-crls/17302365692836921/", @@ -97,6 +99,7 @@ }, { "active": false, + "crlShards": 10, "issuerURL": "http://ca.example.org:4502/int-ecdsa-c", "ocspURL": "http://ca.example.org:4002/", "crlURLBase": "http://ca.example.org:4501/lets-encrypt-crls/56560759852043581/", @@ -108,6 +111,7 @@ }, { "active": true, + "crlShards": 10, "issuerURL": "http://ca.example.org:4502/int-rsa-a", "ocspURL": "http://ca.example.org:4002/", "crlURLBase": "http://ca.example.org:4501/lets-encrypt-crls/29947985078257530/", @@ -119,6 +123,7 @@ }, { "active": true, + "crlShards": 10, "issuerURL": "http://ca.example.org:4502/int-rsa-b", "ocspURL": "http://ca.example.org:4002/", "crlURLBase": "http://ca.example.org:4501/lets-encrypt-crls/6762885421992935/", @@ -130,6 +135,7 @@ }, { "active": false, + "crlShards": 10, "issuerURL": "http://ca.example.org:4502/int-rsa-c", "ocspURL": "http://ca.example.org:4002/", "crlURLBase": "http://ca.example.org:4501/lets-encrypt-crls/56183656833365902/",