目录“/ etc/ss/certs”包含什么内容?

问题描述:

我打开目录“/ etc/ss/certs”。 它包含一个证书列表。 他们用于什么?目录“/ etc/ss/certs”包含什么内容?

+0

我的系统上不存在。 '/ etc/ssl/certs'也不是。 – 2010-12-10 16:26:15

+0

甚至无法正确地输入。 – 2010-12-11 16:35:24

实际上,从包系统信息中可以找到它(但它是特定于发行版的)。例如,对于Ubuntu的/ Debian的你可以做到以下几点:

  1. 找出拥有的权益的文件/目录软件包:

     
    $ dpkg --search /etc/ssl/certs 
    ca-certificates, openssl, ssl-cert: /etc/ssl/certs 
    
  2. 阅读包装说明:

     
    $apt-cache show ca-certificates 
    Package: ca-certificates 
    ... 
    Description: Common CA certificates 
    This package includes PEM files of CA certificates to allow SSL-based 
    applications to check for the authenticity of SSL connections. 
    . 
    It includes, among others, certificate authorities used by the Debian 
    infrastructure and those shipped with Mozilla's browsers. 
    . 
    Please note that certificate authorities whose certificates are 
    included in this package are not in any way audited for 
    trustworthiness and RFC 3647 compliance, and that full responsibility 
    to assess them belongs to the local system administrator.