获取SSL证书别名

获取证书别名

keytool -list -v -keystore file.jks -storepass password
发现证书的别名是“1”;
其中file.jks是证书名字,
password要用密钥来代替。
上一篇
下一篇