Hi,
is there a way to load your custom signed SSL cert in original AsusWRT firmware?
Once I've put my certs into and run restart_httpd the old-original key is being reverted into /etc/key.pem
is there a way to load your custom signed SSL cert in original AsusWRT firmware?
Once I've put my certs into and run restart_httpd the old-original key is being reverted into /etc/key.pem
Bash:
cp /jffs/custom-cert/key.pem /etc/key.pem
cp /jffs/custom-cert/cert.pem /etc/cert.pem
service restart_httpd