Encrypted hub connection

Folks

I believe that I asked when I first joined the Hubitat community over a year ago and I never really received a satisfactory answer for it.. Is there a way to allow self signed or third-party certificates to be installed onto the Hub so that I can ensure that my connections to my hub are encrypted?

I believe I was told that since I am on a local network connection http should be fine and that it would require a lot of rework and break plenty which never sat well with me..

Building any technology using unsecure http connections is simply not a wise choice in this day and age.

Are there any plans to enable self-signed certs? or has it already been done but I missed the memo?

TIA

Advanced HTTPS Configuration
http://yourHubIP/hub/advanced/certificate

1 Like

Discussion in this thread:

1 Like

thanks guys! somehow I wasn't notified of the replies..sorry for the delayed response.

I will have a look!

Cheers

ok i have generated a certificate and a private and public key file.. is that all i need. then how do i use it in the new rawsocket interface (i assume it is not used yet in telnet)

thanks in adavance

also in order to get this working i had to add the additionsubject info.. here is the commandline is used with openssl on my qnap nas.

openssl req -x509 -sha256 -nodes -days 3065 -newkey rsa:2048 -keyout privatekey.key -out cert.crt -subj '/CN=hubitat.lgk.com' -addext 'subjectAltName=DNS:hubitat.lgk.com,DNS:lgk.com'