Skip to content

Instantly share code, notes, and snippets.

@cjpartridgeb
Created May 14, 2011 11:38
Show Gist options
  • Save cjpartridgeb/972135 to your computer and use it in GitHub Desktop.
Save cjpartridgeb/972135 to your computer and use it in GitHub Desktop.
var sslConfig = {
key: fs.readFileSync('certs/your-cert.key'),
cert: fs.readFileSync('certs/your-cert.crt'),
ca: [fs.readFileSync('certs/your-cert.ca.crt')]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment