The key type can be user or keyring.
密钥类型可以是user或keyring。
Create the default keyring for QMA.
为QMA创建一个默认的密匙环。
KEYCTL_LINK links a key into a keyring.
KEYCTL_LINK将一个密钥链接到一个keyring。
Listing 1. Creating a keyring file.
清单1.keyring文件的创建。
The key is linked to the keyring ring.
密钥链接到keyring ring。
KEYCTL_SEARCH searches a keyring tree for a key.
KEYCTL_SEARCH在一个keyring树中搜索密钥。
There are two defined key types: keyring and user.
有两种预定义的密钥类型:keyring和user。
Second script: Adding certificates to the keyring
第二个脚本:将证书添加到密匙环
Delete the default ca certificates from the keyring.
从这个密匙环删除默认ca证书。
Create the keyring and remove the default CA entries.
创建密匙环并删除默认的ca条目。
The request_key syscall searches a process keyring for a key.
request_key系统调用搜索一个进程keyring,寻找一个密钥。
KEYCTL_UNLINK unlinks a key or keyring from another keyring.
KEYCTL_UNLINK将密钥或keyring与另一个keyring的链接取消。
Reusability also influences where you will be working with keyring files.
重用性还会影响到您将要处理密匙环文件的位置。
Read allows the possessor to read the key and lists the key for a keyring.
Read允许权限持有者读取密钥并列出keyring的密钥。
When creating the keyring, the tool will ask for the password for the file.
创建keyring时,该工具会要求输入文件密码。
Link allows the possessor to link a particular key or keyring to a keyring.
Link允许权限持有者将特定的密钥或keyring链接到keyring。
To authenticate servers to clients, you need to create a keyring and certificates.
要从服务器对客户端进行身份验证,需要创建一个keyring和证书。
When you update the default keyring, you can take steps to prevent these warnings.
当您更新缺省的keyring时,您可以采取措施来阻止这些警告。
Type: The Linux key retention service defines two standard key types: user and keyring.
类型(Type):Linux密钥保留服务定义两个标准密钥类型:user和keyring。
Create a keyring in RACF database called ringcicsb, using the commands in Listing 6.
使用清单6中的命令,在名为ringcicsb的RACF数据库中创建keyring。
Here, you reuse the previous values for the keyring, certificate label, and password.
这里,您对密匙环、证书标签和密码重用了之前的值。
Create the certificates and add them to the keyring, using the commands in Listing 7.
使用清单7中的命令创建证书并将其添加到keyring中。
This is the keyring used by WebSEAL to store acceptable ca certificates for SSL junctions.
这是WebSEAL用来为SSL连接存储可接受的ca证书的密钥环。
The password to the keyring is stored in the script as a user-editable environment variable.
密匙环的密码作为一个用户可编辑的环境变量存储在脚本中。
Before running any commands though, you need to tell the script the name of the keyring file.
然而在运行任何命令之前,您必须告知脚本密匙环文件的名称。
The label must be unique within a keyring and it is set when a certificate is created or imported.
这个标签在一个密匙环内必须是惟一的,它在证书创建或导入时设置。
After we have created and instantiated the session keyring, we create the key for the user's session.
在创建并实例化会话keyring之后,为用户的会话创建密钥。
A keyring is a key that contain a set of links to other keys or keyrings. There are six standard keyrings.
keyring包含一组到其他密钥或keyring的链接。
Login processes such as PAM will bind to the user-default session keyring until another session is created.
登录进程(比如pam)将绑定到用户默认的会话keyring,直到创建另一个会话为止。
In the KEYRING system initialization parameter, specify the name of the key ring (ringcicsb) that you created.
在KEYRING系统初始化参数中指定已创建的keyring (ringcicsb)的名称。
应用推荐