keystore
- 网络密钥库;签名文件
-
The keystore gets created for a user in two cases .
在两种情况下,会为用户创建密钥存储库。
-
Creation of a keystore for a group requires at least one user under it .
为组创建密钥存储库要求该组中至少包含一个用户。
-
Keystore is a key repository that contains EFS security information .
密钥存储库是包含EFS安全信息的密钥库。
-
In order to correct this error , ensure that the server keystore exists .
要纠正此错误,请确保服务器密钥库存在。
-
As of this writing , 3 types of keystore are supported
在本文撰写时,它支持3种密钥库
-
Highlight your keystore file name , then select View / Edit .
突出显示您的密钥库文件名,然后选择View/Edit。
-
You need to provide information about your keystore : file name , file type and password .
您需要提供关于您的密钥库的信息:文件名、文件类型和密码。
-
Please backup your keystore file and make a note of the password .
请备份您的私钥档并记下私钥密码。
-
Setting the keystore and password in the properties files
在属性文件中设置密匙存储和密码
-
Therefore , the handler must be provided with the keystore location and password .
因此,必须为处理程序提供keystore位置以及密码。
-
At this point , your keystore contains your private key as well as your public key certificate .
这时,您的密钥库中包含了您的私有密钥及您的公钥证书。
-
Configure label for server 's digital certificate in keystore .
为密钥库中的数字证书配置标签。
-
Passwords are associated with both the keystore and the key .
密码与密钥库以及密钥相关联。
-
A password is required for access to the keystore .
需要使用密码才能访问keystore。
-
A JAR file is signed using a certificate stored in the Keystore database .
JAR文件是用一个存储在Keystore数据库中的证书签名的。
-
The initial password of a user keystore is the user login password .
用户密钥存储库的初始密码是用户登录密码。
-
The client application , however , needs to specify its keystore , as we have already described .
然而,客户端应用程序需要指定其密钥库,如同我们描述的那样。
-
Optionally , the keystore file can also be deleted .
可选地,此keystore文件也可以删除。
-
Public key cookie needs to be created and inserted into the keystore on server side .
在服务器端,需要创建公共密钥cookie并把它插入密钥存储库中。
-
To make things easier , place the keystore file in the same directory as your Java class .
为了简便起见,可以将keystore文件置于Java类所在的目录下面。
-
You can see where the private and public parts of the key are kept and in which keystore .
您可以看到密钥的私有和公开部分保存在何处以及保存在哪一个密钥存储库中。
-
The keystore manager wizard can be used to create keys to use with SSL connections .
密钥库管理器向导用于创建同SSL连接一起使用的密钥。
-
The location and name of the server keystore and server stash file is predefined
服务器密钥库和服务器存储文件的位置和名称是预定义的
-
In rare cases , you may need more than just a single default truststore / keystore .
极少的情况下,您可能需要不只一个单独的缺省信任库/密钥库。
-
Create new keystore , truststore , and self-signed client certificate
创建新的密钥存储区、信任存储区和自签署客户端证书
-
A keystore is just a file that contains key and certificate entries in encrypted form .
一个keystore实际上就是一个以加密形式包含密匙和证书条目的文件。
-
We 'll later see how to allow each certificate in the KeyStore to have a different password .
稍后我们将研究如何允许KeyStore中的每个证书拥有不同的密码。
-
Use the JVM custom properties to define your truststore and keystore as described earlier .
如先前描述的那样使用JVM定制属性来定义您的信任库以及密钥库。
-
Setting incorrect or different keystore label in ONCONFIG file
在ONCONFIG文件中设置不正确或不同的密钥库标签
-
The following steps show how to create a keystore for a user and insert the public key cookies .
下面的步骤说明如何为一个用户创建密钥存储库并插入公共密钥cookie。