Difference between revisions of "Linux cert install"
From John Freier
(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/...") |
(No difference)
|
Latest revision as of 13:05, 24 May 2022
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