Page 1 of 1

SSL certificates are expired?

Posted: 17 Sep 2024, 19:50
by admin
If on OpenWrt the SSL certificates are expired do the following:

Code: Select all

rm /etc/uhttpd.key
rm /etc/uhttpd.crt  
service uhttpd restart
A new .key and .crt file will be made (for 2 years).

DG.