Remove unneeded dns config value for WFE. (#3057)
This commit is contained in:
parent
20ec1e3e4e
commit
8afec60433
|
|
@ -44,7 +44,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"common": {
|
"common": {
|
||||||
"issuerCert": "test/test-ca.pem",
|
"issuerCert": "test/test-ca.pem"
|
||||||
"dnsResolver": "127.0.0.1:8053"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"common": {
|
"common": {
|
||||||
"issuerCert": "test/test-ca.pem",
|
"issuerCert": "test/test-ca.pem"
|
||||||
"dnsResolver": "127.0.0.1:8053"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue