Skip to content

Commit

Permalink
Remove unneeded dns config value for WFE. (letsencrypt#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha authored and cpu committed Sep 8, 2017
1 parent 20ec1e3 commit 8afec60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/config-next/wfe.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
},

"common": {
"issuerCert": "test/test-ca.pem",
"dnsResolver": "127.0.0.1:8053"
"issuerCert": "test/test-ca.pem"
}
}
3 changes: 1 addition & 2 deletions test/config-next/wfe2.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
},

"common": {
"issuerCert": "test/test-ca.pem",
"dnsResolver": "127.0.0.1:8053"
"issuerCert": "test/test-ca.pem"
}
}

0 comments on commit 8afec60

Please sign in to comment.