Would you mind sharing what the mount lines are that you added to /jffs/scripts/post-mount? I'm also trying to setup an RT-AX88U Pro and I've followed the steps you've outlined so far, but I'm uncertain what should get added to that file.Hi everyone
I'm trying to make this working on my RT-AX88U Pro running latest Merlin.
I own a FQDN, and I'd like to obtain a wildcard certificate. The one I'm running is valid only for example.com domain, but not for www.example.com
DDNS provider is FreeDNS.
Could somebody please help me?
I'm missing something.
What I've done:
However, when I try to launch asus-acme-wrapper script, I get "Unknown parameter :" error.
- Downloaded latest ACME following this WIKI. Latest files are being installed automatically into /root/.acme.sh/; I copied acme.sh and dnsapi directory into /jffs/sbin directory
- asus-wrapper-acme.sh copied in /jffs/sbin; changed only the following parameter: dnsapi="dns_freedns"
- note: /usr/sbin/dnsapi/dns_ispman.sh doesn't exist; in that directory I've just dns_asusapi.sh
- added mount lines to /jffs/scripts/post-mount
Thanks for help
Would you mind sharing what the mount lines are that you added to /jffs/scripts/post-mount? I'm also trying to setup an RT-AX88U Pro and I've followed the steps you've outlined so far, but I'm uncertain what should get added to that file.
Thanks for any help you can provide
mount --bind /opt/home/acme/acme.sh /usr/sbin/acme.sh
Are you looking for the mount command to mount over the firmware version of acme.sh? If so, the command would look something like;
Code:mount --bind /opt/home/acme/acme.sh /usr/sbin/acme.sh
You would have to adjust the path to where you put the downloaded version of acme.sh
Would you mind sharing what the mount lines are that you added to /jffs/scripts/post-mount? I'm also trying to setup an RT-AX88U Pro and I've followed the steps you've outlined so far, but I'm uncertain what should get added to that file.
Thanks for any help you can provide
/bin/mount -o bind /jffs/sbin/dnsapi /usr/sbin/dnsapi
/bin/mount -o bind /jffs/sbin/asus-wrapper-acme.sh /usr/sbin/acme.sh
Good point. I get around this by specifying the home directory where I installed acme.sh on my SSD drive via the --home option.You may need to mount bind the dnsapi directory as well:
Code:/bin/mount -o bind /jffs/sbin/dnsapi /usr/sbin/dnsapi /bin/mount -o bind /jffs/sbin/asus-wrapper-acme.sh /usr/sbin/acme.sh
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!