The information needed to generate the public-key certificate.
生成公共密钥证书所需的信息。
Manually creating the private and public keys and public-key certificate.
手动创建私有、公共密钥和公共密钥证书。
Application signing begins by generating a private and public key pair and a related public-key certificate, also known as a public-key certificate.
应用程序签名首先是生成一个私有、公共密钥对和一个相关公共密钥证书,简称为公共密钥证书。
Extract the public key of the new certificate.
提取这个新证书的公共密匙。
To sign a portion of an XML document, you need a private key and a public certificate.
要对XML文档的内容进行签名,您需要一个私钥和一个公开证书。
It consists of a client with no public key certificate, accessing a server with a public key certificate.
其包括一台没有公钥证书的客户机,该客户机通过公钥证书访问服务器。
However, we'll need to configure the client to trust the certificate authority (ca) that signed the server's public key certificate.
然而,我们需要将客户机配置为信任签署服务器的公钥证书的认证中心(CA)。
The receiver USES the ca's certificate to verify the sender's certificate, ascertaining that the public key contained in the certificate truly belongs to the owner.
接收方用CA的证书来验证发送方的证书,确定证书中所包含的公钥确实属于所有者。
When using encryption, the client needs to have the server certificate available when sending the initial request (because the server public key from the certificate is used for the encryption).
在使用加密时,客户机在发送初始请求时需要用到服务器证书(因为要使用证书中的服务器公开密匙进行加密)。
Access the ca public key and test the client certificate.
访问CA的公共密匙并测试客户端证书。
Export the server's public key certificate so that it can be imported into the client's trust store, by typing the following command
通过键入下面的命令,导出服务器公钥证书以将其导入到客户机信任存储中
For this purpose, I recommend using a common private key and the corresponding public key certificate for SOAP-DSIG and SSL.
为实现这一目的,我建议在SOAP -DSIG和SSL中使用一个公共专用密钥和相应的公用密钥证书。
The identity may be represented as the name of the recipient, the public key certificate of the recipient, or in some other way.
该身份可以用接收方的名字、接收方的公用密钥证书或以其它方式来表示。
You end up with something that contains a public certificate and a private key.
您最终将获得包含公开证书和私钥的密钥存储库。
You must have already created the server key store and exported the server's public key certificate using the commands in the server section above before creating the client trust store.
在创建客户机信任存储之前,必须已经使用上面服务器部分中的命令创建服务器密钥存储并导出服务器公钥证书。
Because our client certificate will be self-signed, we'll need to configure the client's public key certificate as a trusted signer for the server.
因为我们的客户机证书将是自签署的,所以我们需要将客户机的公钥证书配置为服务器受信任的签署者。
In our case, because the server's certificate will be self-signed, we need to configure the server's public key certificate as a trusted signer for the client.
在我们的示例中,由于服务器的证书是自签署的,我们需要将服务器的公钥证书配置为客户机受信任的签署者。
We need to create a trust store for the client with the server's public key certificate in it.
我们需要使用客户机中的服务器公钥证书来为客户机创建信任存储。
If access is based entirely on self-signed certificates, deleting the public key of a certificate from the trust store revokes its access.
如果访问完全基于自签名证书,则从信任存储区中删除证书的公钥将撤销其访问权。
To get an official digital certificate signed by a recognized certificate authority, you need to generate a public-private key pair and use the public key to create a certificate request.
要获得由权威认证机构签名的官方数字证书,需要生成一个公开-私有密匙对并使用公开密匙生成证书请求。
The gateway must have a public-private key pair and a signed certificate.
网关必须有一个公有、私有密匙对以及签名的证书。
When people use the term public key, they normally mean certificate.
当人们提到术语公钥时,通常是指证书。
The asymmetric algorithm USES the public key in the server's digital certificate.
对称算法将使用服务器的数字证书中的公钥。
It USES the public key in a certificate generated by the ca and stored on the client to verify that the certificate presented by the LDAP server is valid.
它使用ca所生成的证书中的公钥,这个公钥保存到客户机中以验证这个ldap所产生的证书是有效的。
The signature verifier must have access to the public key certificate that contains the public key associated with the private key used to produce the signature.
签名验证者必须有权使用包含与用于生成签名的私钥关联的公钥的公钥证书。
In order to verify that a public key certificate is legitimate, I need to verify the signature of the signer that issued it.
为了验证公钥证书是合法的,我需要检验发出该签名的签名者。
Create a root-level private key and root-level certificate request (holding the public key).
创建一个根(root)级私有密钥和根级证书请求(包含公共密钥)。
Export the client public key certificate so it can be imported into the service's store of trusted client certificates by typing the following command.
通过键入下面的命令,导出客户机公钥证书以将其导入到受信任的客户机证书的服务器存储中。
Create the trust store for the server with the client's public key certificate by executing the following command.
通过执行下面的命令,使用客户机公钥证书为服务器创建信任存储。
Create the trust store for the client with the server's public key certificate by executing the following command.
通过执行下面的命令,使用服务器公钥证书为客户机创建信任存储。
应用推荐