简体   繁体   中英

New SSL certificate not working on the Google Cloud Platform

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM