From 8afec604333595dca4984fcca08d9dc25b468953 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Fri, 8 Sep 2017 11:32:36 -0700 Subject: [PATCH] Remove unneeded dns config value for WFE. (#3057) --- test/config-next/wfe.json | 3 +-- test/config-next/wfe2.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/config-next/wfe.json b/test/config-next/wfe.json index a8ca1a0e4e1..b8086266087 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 3d2570bb859..42730e2d195 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" } }