Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Certificate not found

Hi there,
I am trying to deploy a certificate to a GCP load balancer. I was able to create the certificate, but when I try to get DNS authorization, it cannot find the certificate I just created.

sh-3.2$ gcloud certificate-manager certificates list
NAME             SUBJECT_ALTERNATIVE_NAMES  DESCRIPTION  SCOPE  EXPIRE_TIME  CREATE_TIME                 UPDATE_TIME
mydom-com  mydom.com                                             2024-01-31 06:56:08 +00:00  2024-01-31 06:56:09 +00:00

bash-3.2$ gcloud certificate-manager dns-authorizations describe mydom-com
ERROR: (gcloud.certificate-manager.dns-authorizations.describe) NOT_FOUND: Resource 'projects/xxxxxx/locations/global/dnsAuthorizations/mydom-com' was not found
- '@type': type.googleapis.com/google.rpc.ResourceInfo
  resourceName: projects/xxxxxx/locations/global/dnsAuthorizations/mydom-com

 

Any experiences like that?

thanks

jyb

Solved Solved
2 2 1,239
1 ACCEPTED SOLUTION

Hi @Marvin_Lucero 

I fixed the issue by following the documentation step by step. Re-creating the dns-authorization following by the certificate it self.  I successfully created my certificat.
Thanks for your help !

jy

 

View solution in original post