sarmenator
Occasional Visitor
Can someone please point me to the correct script I can use to update the webgui certificate when I am using the import your own option
Background:
I am using a downloaded acme.sh script to issue custom letsencrypt certificates for my router with multiple SANs and wildcards. I have a script that installs the .key and .crt files in a folder inside jffs. I am looking for the correct commands to copy them to the right location and proper NVRAM variables to toggle to get the FW to use them. Then, I can use the script as part of my renew command script. I found below script but it does not seem to be working or is outdated
Are these steps correct or missing things?
Thanks in Advance!
Background:
I am using a downloaded acme.sh script to issue custom letsencrypt certificates for my router with multiple SANs and wildcards. I have a script that installs the .key and .crt files in a folder inside jffs. I am looking for the correct commands to copy them to the right location and proper NVRAM variables to toggle to get the FW to use them. Then, I can use the script as part of my renew command script. I found below script but it does not seem to be working or is outdated
How to install custom SSL certificates on an ASUS RT-N66U running asuswrt-merlin
How to install custom SSL certificates on an ASUS RT-N66U running asuswrt-merlin - gist:6815258
gist.github.com
Are these steps correct or missing things?
- Copy cert files to:
/jffs/.cert/cert.pem
/jffs/.cert/key.pem - Restart the service
service restart_httpd
Thanks in Advance!