Merge pull request #419 from Raynos/patch-1

Pass default certs to SNICallback example
This commit is contained in:
Charlie Robbins 2013-06-14 19:20:24 -07:00
commit 5ff2b6e1a1

View File

@ -345,7 +345,10 @@ var options = {
https: {
SNICallback: function (hostname) {
return certs[hostname];
}
},
cert: myCert,
key: myKey,
ca: [myCa]
},
hostnameOnly: true,
router: {