Is there any fixed or known location for storing certificates in Linux, something like the Windows certificate store?
Thanks.
Is there any fixed or known location for storing certificates in Linux, something like the Windows certificate store?
Thanks.
Yes, for system certificates, use
AND
For user SSH keys use the user's home folder, in a hidden folder named .ssh.
OR
For webservers like apache, you can override the default location of certificates found in httpd.conf.