简体   繁体   中英

Linux equivalent for the Windows certificate store

Is there any fixed or known location for storing certificates in Linux, something like the Windows certificate store?

Thanks.

Yes, for system certificates, use

/etc/ssl/certs

AND

/etc/ssl/private (chmod 700)

For user SSH keys use the user's home folder, in a hidden folder named .ssh.

/home/user/.ssh

OR

~/.ssh

For webservers like apache, you can override the default location of certificates found in httpd.conf.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM