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