Update make-self-signed-cert.sh#3253
Update make-self-signed-cert.sh#3253flatsiedatsie wants to merge 2 commits intoWebThingsIO:masterfrom
Conversation
make the self-signed certificate last 10 years instead of the default 1 month
Allow connecting to open wifi networks that do not require a password
|
Is this currently causing a problem? I think this was originally added for automated testing. Are you using it for something else? |
|
Interesting, I thought it was a feature. But the code suggests you're right 0_0. In practise however, if you skipped the tunnel during the setup phase, then you can still access the gateway via https. As far as I'm aware this has always been possible? The https server will still start if the certificates exist, even if the tunnel has been otherwise skipped. (Candle has always disabled the tunnel feature, so the user doesn't even get the option to skip it) What's different now?
This PR does not benefit Candle downstream, as it uses a much more modified version that will automatically increase encryption strengh in the coming years, and sets the domain to match the initial one. I do hope you agree that using https on the local network is a useful feature to maintain. This PR aids that. |
make the self-signed certificate last 10 years instead of the default 1 month