gpt4 book ai didi

java - 为 jboss6 生成 SSL keystore 和私钥

转载 作者:太空宇宙 更新时间:2023-11-03 13:55:25 33 4
gpt4 key购买 nike

我想制作自己的 SSL 证书,以便在 Web 应用程序中使用。当我尝试生成 keystore 时出现此错误。我在其中插入了自己的新密码。有什么特定的东西可以作为密码吗?

windows 命令行

C:\jboss6\server\default\conf>keytool -genkey -alias jbosskey -keypass change_this -keyalg RSA -keystore server.keystore
Enter keystore password:

显示的错误

keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect

最佳答案

无需 -keypass 即可为我工作。

keytool -genkey -alias jbosskey -keyalg RSA -keystore server.keystore

关于java - 为 jboss6 生成 SSL keystore 和私钥,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12740357/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com