SSL certutil Trusted Peer vs Trusted CA -t switch 区别

问题描述

我看到在 certutil 工具中使用 -t 开关参数的两种常见模式

certutil ... -t "CT,c,c"

certutil ... -t "P,"

处理网络服务器的自签名 SSL 证书时。

谁能解释一下它们之间的区别以及何时使用其中之一?

Documentation 列出了 -t 开关的可能值

      + p - Valid peer
      + P - Trusted peer (implies p)
      + c - Valid CA
      + T - Trusted CA to issue client certificates (implies
        c)
      + C - Trusted CA to issue server certificates (SSL only)
        (implies c)
      + u - Certificate can be used for authentication or
        signing
      + w - Send warning (use with other attributes to include
        a warning when the certificate is used in that
        context)

但我找不到任何进一步的解释。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)