Skip to content

Commit

Permalink
Update resolverchecktls.js
Browse files Browse the repository at this point in the history
Make intent of hostname in cert. clearer to user.
  • Loading branch information
gmadkat committed Nov 15, 2015
1 parent 6128bd7 commit 530c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/resolverchecktls.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ app.get('/resolverinfo/', function(req, res) {

res1 += "<h1>Check TLS at Recursive</h1>";
res1 += "<h2>Target Resolver: " + resolver + "</h2>";
res1 += "<h2>Recursive’s Hostname in Certificate: " + hostname + "</h2>";
res1 += "<h2>Recursive’s Hostname in Certificate (SubjectName): " + hostname + "</h2>";
res1 += "<h2>Checking for:</h2>";
res1 += "<h3>1. Successful TCP connection</h3>";
res1 += "<h3>2. Successful TLS connection</h3>";
Expand Down

0 comments on commit 530c956

Please sign in to comment.