What's new

Does the HTTPS/TLS certificate change with each reboot?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

sirwifi

Regular Contributor
It seems that Chrome complains after reboot that the GUI's HTTPS certificate is not trusted. I tried adding it permanently but it doesn't seem to work, after a router reboot, it starts complaining again. Is this expected? Any workaround to just make a browser trust it?
 
It seems that Chrome complains after reboot that the GUI's HTTPS certificate is not trusted. I tried adding it permanently but it doesn't seem to work, after a router reboot, it starts complaining again. Is this expected? Any workaround to just make a browser trust it?
By default, the router generates a new certificate on every reboot. To prevent this telnet/ssh to the router and enter

nvram set https_crt_save=1
nvram commit

Then reboot and add the certificate to Chrome. Then it should stick.

EDIT: I'm not sure if this got moved to jffs in the later levels, but if it hasn't, it will take up about 1K of nvram space. So double check your nvram space on the Tools>Sysinfo page after making the change.
 
Last edited:
By default, the router generates a new certificate on every reboot. To prevent this telnet/ssh to the router and enter

nvram set https_crt_save=1
nvram commit

Then reboot and add the certificate to Chrome. Then it should stick.

EDIT: I'm not sure if this got moved to jffs in the later levels, but if it hasn't, it will take up about 1K of nvram space. So double check your nvram space on the Tools>Sysinfo page after making the change.
Thanks! That helps a lot. After some reboots, I see no more than 0.1MB change in JFFS, so it is probably stored in NVRAM, but there is enough space there.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top