SSL certificates are expired?
Posted: 17 Sep 2024, 19:50
If on OpenWrt the SSL certificates are expired do the following:
A new .key and .crt file will be made (for 2 years).
DG.
Code: Select all
rm /etc/uhttpd.key
rm /etc/uhttpd.crt
service uhttpd restart
DG.