52ky 发表于 2022-9-9 13:06:59

windows 安全策略

那用户的公钥和私钥是如何产生的呢?当我们请求证书的时候,有必要输入些个人信息,它们将被发送到一个被称为“CSP”的程序,而CSP早已安装在用户的计算机内或要访问的设备内。这时CSP就会自动建立一对密钥,其中将私有密钥放在用户计算机的注册表内,而证书和公钥发送到CA。当查看无误时,他会使用CA自个的私有密钥即将发放的证书加以签名,发放。用户将此证书放在自个的计算机内。

(How are the user's public and private keys generated? When we request a certificate, it is necessary to enter some personal information, which will be sent to a program called "CSP", which is already installed in the user's computer or in the device to be accessed. At this point, the CSP will automatically establish a key pair, in which the private key is placed in the registry of the user's computer, and the certificate and public key are sent to the CA. When the check is correct, he will use the CA's own private key to sign the certificate to be issued and issue it. Users place this certificate on their own computer.)




页: [1]
查看完整版本: windows 安全策略