Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active January 25, 2020 15:10
Show Gist options
  • Save recursivecodes/99db9a0045f67e1ad479ffc44f4f5bc2 to your computer and use it in GitHub Desktop.
Save recursivecodes/99db9a0045f67e1ad479ffc44f4f5bc2 to your computer and use it in GitHub Desktop.
https.js
https: {
    key: fs.readFileSync('/home/opc/.node-red/certs/privkey.pem'),
    cert: fs.readFileSync('/home/opc/.node-red/certs/fullchain.pem')
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment