新的SSL证书在Google云平台上不起作用

发布于 2025-02-10 09:36:31 字数 514 浏览 1 评论 0原文

我最近在Google Cloud平台上安装了新的自我管理证书。这是因为旧的已经过时了。我相信我做到了正确。

sgnapper@cloudshell:~ (tactical-curve-284112)$ gcloud compute ssl-certificates list \
--global

NAME: eris-sypro
TYPE: SELF_MANAGED
CREATION_TIMESTAMP: 2022-06-23T06:32:33.689-07:00
EXPIRE_TIME: 2023-06-22T16:59:59.000-07:00
MANAGED_STATUS:

但是我明白了:

您的连接不是私人 攻击者可能正在尝试从syproltd.co.uk窃取您的信息(例如,密码,消息或信用卡)。 net :: err_cert_revoked。

当我尝试连接到网站时,

我对Google Cloud不熟悉,我想知道是否有我错过的一步。

如果有人可以提供帮助,我会很感激。

I recently installed a new self managed certificate on the Google Cloud Platform. This is be cause the old one was out of date. I believe that I have done this correctly.

sgnapper@cloudshell:~ (tactical-curve-284112)$ gcloud compute ssl-certificates list \
--global

NAME: eris-sypro
TYPE: SELF_MANAGED
CREATION_TIMESTAMP: 2022-06-23T06:32:33.689-07:00
EXPIRE_TIME: 2023-06-22T16:59:59.000-07:00
MANAGED_STATUS:

Yet I get:

Your connection isn't private
Attackers might be trying to steal your information from syproltd.co.uk (for example, passwords, messages or credit cards).
NET::ERR_CERT_REVOKED

When I try and connect to the site.

I am not familiar with Google Cloud and I wonder if there is a step I have missed.

If anybody can help, I would be grateful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

星軌x 2025-02-17 09:36:31

GCLOUD计算SSL-CERTIFICETS CREATE不会自动将SSL证书提供给任何服务,而仅将其添加到基础架构中。 net :: err_cert_date_invalid 9天前过期。而且新的可能没有为负载平衡器提供。这是在此处解释的:步骤3:将SSL证书与目标代理相关联。当证书安装在VM实例上(无负载平衡器)上时,您可以运行gcloud Compute complute comperute ssl-certificates删除ERIS-SYPRO--Global,而是替换VM实例上安装的SSL证书。

gcloud compute ssl-certificates create does not automagically provision the SSL certificate to any services, but only adds it to the infrastructure. NET::ERR_CERT_DATE_INVALID expired 9 days ago. And the new one likely isn't provisioned to the load balancer. This is being explained here: Step 3: Associate an SSL certificate with a target proxy. When the certificate is installed on a VM instance (no load balancer), you may run gcloud compute ssl-certificates delete eris-sypro --global and instead replace the SSL certificate installed on the VM instance.

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