使用keytool工具时,可以使用15种命令: 1.2 option Option是命令的参数,要了解某个命令的参数可以使用keytool –command_name –help来获取。例如:使用keytool –genkeypair –help可以查看genkeypair命令的参数说明: 这个命令中,有许多命令使用的参数是有默认值的,使用命令时可以不指定的,看看下表: 2、Commands 2.1生...
命令:-certreq 生成证书请求-changealias 更改条目的别名-delete 删除条目-exportcert 导出证书-genkeypair 生成密钥对-genseckey 生成密钥-gencert 根据证书请求生成证书-importcert 导入证书或证书链-importpass 导入口令-importkeystore 从其他密钥库导入一个或所有条目-keypasswd 更改条目的密钥口令-list 列出密钥库中...
An alias is specified when you add an entity to the keystore using the -genkey command to generate a key pair (public and private key) or the -import command to add a certificate or certificate chain to the list of trusted certificates. Subsequent keytool commands must use this same alias...
You specify an alias when you add an entry to the keystore by using the-genkeypaircommand to generate a key pair (public and private key), the-genseckeycommand to generate a secret key, or the-importcertcommand to add a certificate or certificate chain to the list of trusted certificates...
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有...
Unsets the default TokenKeyStore : subsequent commands requiring a TokenKeyStore will have to specify one explicitly, or use setDefaultStore first listaliases List all the aliases in use in a TokenKeyStore listcerts [-alias <alias> | (-issuer <issuerDN> -serial <serial#>)] ...
Best to include some digits to make them harder to guess. Putting punctuation in them will make it difficult to use them on the command line.HereBackups You need to keep backups of all your key files since the signing authorities won’t replace your certs if you lose your private key. ...
keytool -list -v -keystore keystore.jks It works!!! two entries, one chained! The Tomcat 5 Servlet/JSP Container SSL Configuration HOW-TO See the section "Preparing the Keystore", which describes the openssl command to run to convert a key+cert+cacert into a PKCS12 keystore. The result...
An alias is specified when you add an entity to the keystore using the-genkeycommand to generate a key pair (public and private key) or the-importcommand to add a certificate or certificate chain to the list of trusted certificates. Subsequentkeytoolcommands must use this same alias to refer...