From f295626e4c1479d0bc25ce5566afdde5624201c1 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Wed, 10 May 2023 09:39:12 -0700 Subject: [PATCH] ca: remove simulated ISRG OID from config (#6879) We intend to issue in the future with only the CA/Browser Forum Domain Validated OID. --- test/config-next/ca-a.json | 9 --------- test/config-next/ca-b.json | 9 --------- 2 files changed, 18 deletions(-) diff --git a/test/config-next/ca-a.json b/test/config-next/ca-a.json index f957bd148..3f1a8286f 100644 --- a/test/config-next/ca-a.json +++ b/test/config-next/ca-a.json @@ -53,15 +53,6 @@ "policies": [ { "oid": "2.23.140.1.2.1" - }, - { - "oid": "1.2.3.4", - "qualifiers": [ - { - "type": "id-qt-cps", - "value": "http://example.com/cps" - } - ] } ], "maxValidityPeriod": "7776000s", diff --git a/test/config-next/ca-b.json b/test/config-next/ca-b.json index bbec62594..ea188f9fb 100644 --- a/test/config-next/ca-b.json +++ b/test/config-next/ca-b.json @@ -53,15 +53,6 @@ "policies": [ { "oid": "2.23.140.1.2.1" - }, - { - "oid": "1.2.3.4", - "qualifiers": [ - { - "type": "id-qt-cps", - "value": "http://example.com/cps" - } - ] } ], "maxValidityPeriod": "7776000s",