如何为本地主机或使用 IP 地址安装证书?

发布于 2025-01-04 01:59:37 字数 349 浏览 1 评论 0原文

我有一个网络应用程序运行在以下 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎会甘心 2025-01-11 01:59:37

尝试将命令更改为:

java InstallCert "10.101.10.101"

Try changing your command to:

java InstallCert "10.101.10.101"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文