Here’s my problem, i’ve created a wildcard certificate for my domain’s name with google certificate manager. These certificate has been valided a first time, on Sep 3, 2023, 5:14:47 PM, they will expire soon, and the auto-renew won’t work. It throws me the status “failed”. When i got more information on gcloud cli with this command :
You may need to check the CNAME record values and make sure they match the values provided during the certificate creation. It’s possible that there was an error in copying the values or that there’s a typo. Another thing is, inspect the details of the DNS authorization attempt (projects/XXXXXXX/locations/global/dnsAuthorizations/dns-auth-prod). Are there any specific error messages or details about why the authorization failed? It should be able to provide details of the error.
You can also check the Certificate Manager logs as it can also provide details on the specific issue causing the authorization failure.
There isn’t a direct command to “re-verify” or “re-launch” the verification process for a certificate renewal.
When renewing a certificate, the usual procedure involves going through the same authorization steps as when the certificate was initially created.
By using the gcloud command above, you can verify the status of authorization attempts using the dnsAuthorizations details. Replace your-project-id and dns-auth-prod with your project ID and authorization ID.
I also recommend you to contact Google Cloud Support as they can inspect your project further and determine what causes the issue.