Linux cert install
From John Freier
If you having trouble with cert issues in Alpine Linux try the following.
Copy the perm file to the following directory.
cp ./my_cert.pem /usr/local/share/ca-certificates/
Then run the following command to update your systems certs.
update-ca-certificates
- This command updates all the certs in the /etc/ssl/certs folder with the certs listed in /etc/ca-certificates.conf and all certs in the /usr/local/share/ca-certificates directory.
Resource https://manpages.ubuntu.com/manpages/xenial/man8/update-ca-certificates.8.html