Linux cert install
From John Freier
Revision as of 13:05, 24 May 2022 by Jfreier (Talk | contribs) (Created page with "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/...")
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