Hi all
The last update of the uhttpd.crt certificate was 03.01.2023
Accordingly, since 2023, in new firmware versions, the uhttpd.crt file has not been present at all.
That is, from that moment on, uhttpd no longer generates a certificate.
Only those who made a backup earlier have a certificate, everyone else does not have it.
Accordingly, it is impossible to enter luci via https
have you got luci-ssl
installed, without it the cert won't be generated ...
this is from the RC6:
root@OpenWrt:/etc# find / -name uhttpd.crt
(installed luci-ssl at this point, via webUI)
root@OpenWrt:/etc# service uhttpd restart
4+0 records in
4+0 records out
Generating EC private key
Generating selfsigned certificate with subject 'C=ZZ,ST=Somewhere,L=Unknown,O=OpenWrt970d0331,CN=OpenWrt,' and validity 20250127123624-20260228123624
root@OpenWrt:/etc# find / -name uhttpd.crt
/etc/uhttpd.crt
/overlay/upper/etc/uhttpd.crt
root@OpenWrt:/etc#
1 Like
Got it, thank you!
i am compiling the firmware via firmware-selector, didn't know that I needed to add luci-ssl there
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.