Keywords: WordPress - Google Cloud Platform - Technical issue - Secure Connections (SSL/HTTPS)
bnsupport ID: d38ff8de-adf9-0aec-5c50-ef92781bb0be
Description:
I'm struggling with a few things:
1. When I enter SSH from the deployment screen in console.cloud.google.com, I'm trying to update the SSH certificates on my WordPress Multisite. I've been prompted with the message:
A certificate was found at /opt/bitnami/letsencrypt/certificates/DOMAIN.COM.crt
It is registered for a different set of domains: [DOMAIN LIST]
Do you want to disable/revoke the existing certificate and create a new one?
Whether I choose [y/N], I find myself stuck in a never ending loop of updating the list then getting presented the same message above.
I have no idea how to ESCAPE or EXIT this loop--is there a command prompt that ends this? As of now, I am closing the SSH screen, going back to the deployment in console.cloud.google.com, and relaunching the window. There's gotta be a better way.
2. Next, when trying to revoke the certificate, I get the following error:
No help topic for 'DOMAIN.COM'
I get this when adding the entire list of domain names. Yet, when I reduce it to the primary domain I create the certificate for, I get this:
3. 2019/08/14 11:24:38 Trying to revoke certificate for domain DOMAIN.COM
2019/08/14 11:24:38 Error while revoking the certificate for domain DOMAIN.COM
acme: error: 403 :: POST :: https://acme-v02.api.letsencrypt.org/acme/revoke-cert :: urn:ietf:params:acme:er
ror:unauthorized :: Certificate is expired, url:
Does this mean the certificate is already revoked? If so, why do I continue to have the same issue in #1?