DeanCording / node-red-contrib-google-action

A Node Red node to respond to Google Action requests
MIT License
37 stars 15 forks source link

SSL configuration #4

Closed JBX028 closed 6 years ago

JBX028 commented 6 years ago

Hi, Can you briefly explain how I have to generate the ssl key and certificat? I already created such a files with openssl but I am not sure to understand from which location I have to run the command in regards of this plugin. Do I have to generate the file from the node module directory to make it available from the node-red console?

Thanks, Regards,

Paul-Reed commented 6 years ago

I've put my SSL certificate & key files in /home/pi/.node-red/ssl/ And load them in the Action request node as /home/pi/.node-red/ssl/ssl.key & /home/pi/.node-red/ssl/ssl.cert

Paul

JBX028 commented 6 years ago

Thanks!