I am working on Buildroot to build custom Linux image. I am trying to add a custom CA to the trust store. I have copied the CA file to /usr/local/share/ca-certificates/
in the rootfs_overlay and also has a .crt
extension. Now after executing make
the CA is not added to the trust store in /etc/ssl/certs/
in the target. Anyways it's installed only in /usr/local/share/ca-certificates/
in the target. I thought the update-ca-certificates
will add this during image build.
Can anyone please let me know what is missing here?
Thanks in advance