Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在用谷歌搜索数字证书的安全性,但我无法找到我的问题的答案:使用一个私钥签署多个证书是否安全?谢谢。
这正是所有证书颁发机构所做的。SSL 服务器一直都在做同样的事情,使用一个证书的私钥签署多个文档的个人也会这样做。所以这当然是安全的。
数字证书用可信第三方的私钥对实体的公钥进行签名。有一条信任链必须在某个可以完成验证的点上被信任。