Questions tagged «keytool»

密钥和证书管理工具:管理加密密钥,X.509证书链和受信任证书的密钥库(数据库)。

2
添加自签名证书而不会提示用户是/否
使用一些批处理文件,我想在Java Keystore中添加不受信任的自签名证书。 命令是 %JAVA_HOME%/bin/keytool -import -v -trustcacerts -alias server-alias -file server.cer -keystore cacerts.jks -keypass changeit -storepass changeit 运行上述命令后,屏幕将使用Y / N提示“证书信任”。 Trust this certificate? [no]: 但是我不想在这里提供是/否。 有没有一种方法可以使用单个命令或一些其他导入开关(如果有)来完成导入?
77 java  ssl  import  keystore  keytool 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.