2010-12-10 69 views
-1

我打開目錄「/ etc/ss/certs」。 它包含一個證書列表。 他們用於什麼?目錄「/ etc/ss/certs」包含什麼內容?

+0

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

+0

甚至無法正確地輸入。 – 2010-12-11 16:35:24

回答

0

實際上,從包系統信息中可以找到它(但它是特定於發行版的)。例如,對於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.