Create a self-signed cert (key/cert pair), and include them in your config, like this:
, ssl: {
key: 'config/server.key'
, cert: 'config/server.crt'
}
Here's a step-by-step guide I've used successfully to create a self-signed cert:
http://www.akadia.com/services/ssh_test_certificate.htmlLet us know if that works for you. :)