What's new

Update /rom/ca-bundle.crt in custom firmware

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ASAT

Senior Member
You can update it manually this way.
Code:
# my Linux Mint 13 build box
sudo apt-get update
sudo apt-get install ca-certificates
cp -pf /etc/ssl/certs/ca-certificates.crt ~/asuswrt-merlin/release/src/router/rom/others/ca-bundle.crt

OR, copy it automatically in the ASUS rootprep script during the custom firmware build. I always forget about it.
~/asuswrt-merlin/release/src/router/others/rootprep.sh
~/asuswrt-merlin/release/src/router/others/rootprep_arm.sh
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top