Skip to content

Instantly share code, notes, and snippets.

@mlakkadshaw
Last active January 1, 2016 06:25
Show Gist options
  • Save mlakkadshaw/1f7ab806e9193f68ee1f to your computer and use it in GitHub Desktop.
Save mlakkadshaw/1f7ab806e9193f68ee1f to your computer and use it in GitHub Desktop.
module.exports = {
ssl: {
ca: require('fs').readFileSync(__dirname + '/ssl/ca.crt'),
key: require('fs').readFileSync(__dirname + '/ssl/key.key'),
cert: require('fs').readFileSync(__dirname + '/ssl/cert.crt')
},
port: 443,
policies: {
'*': 'isHTTPS'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment