如何为本地主机或使用 IP 地址安装证书?
我有一个网络应用程序运行在以下 IP 上:10.101.10.101
。 Web 应用程序名称是示例,因此整个 URL 如下:https://10.101.10.101/example
现在尝试使用此命令安装证书:java InstallCert 10.101.10.101/example
code> 但出现此错误:数字格式异常。
我该如何实现此目的?
注意 - 但是我可以使用以下命令在 Windows 中成功运行它:10.101.10.101/example
I have an web app running on lets say following IP : 10.101.10.101
.
web app name is is example so the whole URL is like : https://10.101.10.101/example
Now tried to install certificate using this command : java InstallCert 10.101.10.101/example
but getting this error : Number format exception.
How can I achieve this ?
Note - However I am successfully able to run this in windows using this command : 10.101.10.101/example
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将命令更改为:
Try changing your command to: