XIII
Very Senior Member
On my AC86U (with Asuswrt-Merlin) I use Let's Encrypt (wildcard) certificates for a personal domain to access my router. Today was the first time (since LE's R3 certificate expired in September) that I had to access the web interface from Safari on macOS, which failed. I had a similar issue with the Mosquitto MQTT broker on a Raspberry Pi, but (re)generating LE certificates using certbot (on a Raspberry Pi) with this option solved that:
However, using those new certificates did not help fix it for my router (I tried uploading these certificates via the web interface as well as manually putting them in /jffs/.cert/ and restarting the httpd server).
How can I fix this for my router as well?
Code:
--preferred-chain "ISRG Root X1"
However, using those new certificates did not help fix it for my router (I tried uploading these certificates via the web interface as well as manually putting them in /jffs/.cert/ and restarting the httpd server).
How can I fix this for my router as well?