Skip to content

Commit

Permalink
Merge pull request #419 from Raynos/patch-1
Browse files Browse the repository at this point in the history
Pass default certs to SNICallback example
  • Loading branch information
indexzero committed Jun 15, 2013
2 parents de0928f + f5e1844 commit 5ff2b6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,10 @@ var options = {
https: {
SNICallback: function (hostname) {
return certs[hostname];
}
},
cert: myCert,
key: myKey,
ca: [myCa]
},
hostnameOnly: true,
router: {
Expand Down

0 comments on commit 5ff2b6e

Please sign in to comment.