【发布时间】:2012-03-03 11:06:37
【问题描述】:
根据step 3b of this Jetty guide for using Keytool and OpenSSL, last step,我正在执行命令:
keytool -importkeystore -srckeystore jetty.pkcs12 -srcstoretype PKCS12 -destkeystore keystore
当我运行命令时,我得到:keytool error: java.io.IOException: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded
你知道如何解决这个问题吗?
【问题讨论】:
标签: java ssl-certificate