diff --git a/test/config-next/wfe.json b/test/config-next/wfe.json index a8ca1a0e4..b80862660 100644 --- a/test/config-next/wfe.json +++ b/test/config-next/wfe.json @@ -44,7 +44,6 @@ }, "common": { - "issuerCert": "test/test-ca.pem", - "dnsResolver": "127.0.0.1:8053" + "issuerCert": "test/test-ca.pem" } } diff --git a/test/config-next/wfe2.json b/test/config-next/wfe2.json index 3d2570bb8..42730e2d1 100644 --- a/test/config-next/wfe2.json +++ b/test/config-next/wfe2.json @@ -44,7 +44,6 @@ }, "common": { - "issuerCert": "test/test-ca.pem", - "dnsResolver": "127.0.0.1:8053" + "issuerCert": "test/test-ca.pem" } }