Remove unneeded dns config value for WFE. (#3057)

This commit is contained in:
Jacob Hoffman-Andrews 2017-09-08 11:32:36 -07:00 committed by Daniel McCarney
parent 20ec1e3e4e
commit 8afec60433
2 changed files with 2 additions and 4 deletions

View File

@ -44,7 +44,6 @@
}, },
"common": { "common": {
"issuerCert": "test/test-ca.pem", "issuerCert": "test/test-ca.pem"
"dnsResolver": "127.0.0.1:8053"
} }
} }

View File

@ -44,7 +44,6 @@
}, },
"common": { "common": {
"issuerCert": "test/test-ca.pem", "issuerCert": "test/test-ca.pem"
"dnsResolver": "127.0.0.1:8053"
} }
} }