Windows 证书存储的 Linux 等效项
Linux 中是否有任何固定或已知的证书存储位置,例如 Windows 证书存储?
谢谢。
Is there any fixed or known location for storing certificates in Linux, something like the Windows certificate store?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,对于系统证书,请使用
AND
对于用户 SSH 密钥,请使用用户的主文件夹(位于名为 .ssh 的隐藏文件夹中)。
或者
对于像 apache 这样的网络服务器,您可以覆盖 httpd.conf 中找到的证书的默认位置。
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.