I've only been experimenting with Node-red for a couple of days. I'm warned that my connection is unsecured and so I've read the documentation that deals with enabling HTTPS access. Quoting from the documentation:
As a minimum, the options should include:
key - Private key in PEM format, provided as a String or Buffer
cert - Cert chain in PEM format, provided as a String or Buffer
From here on it all becomes a dark art with a never-ending list of options.
How can I simply secure my Internet connection?