Tomcat密钥库异常
当我吃午饭时这个命令: sudo $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore 。 进入 ubuntu 终端,在编译模块以生成密钥库后,我收到此异常:
Errore keytool: java.io.FileNotFoundException: . (Is a directory)
有什么问题?
when I lunch this command:sudo $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore .
into ubuntu terminal and after I compile the module for generate a keystore I receive this exception:
Errore keytool: java.io.FileNotFoundException: . (Is a directory)
what's the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须指定密钥库文件名而不是“。”
请参阅此教程了解更多信息使用密钥工具。
You have to specify keystore filename instead of '.'
Please refer to this tutorial for more info on using keytool.