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

certificate creation doesn't work anymore?

Seems that certificate creation doesn't work anymore?

Am I wrong with the procedure? Any experience with this issue? 

bash-3.2$ gcloud certificate-manager dns-authorizations create mytest --domain="mytest.org"
Create request issued for: [mytest]
Waiting for operation [projects/www-efficientip-com/locations/global/operations/operation-1706686343377-61038e13d7357-1bc79189-
c6afd89d] to complete...done.
Created dnsAuthorization [mytest].
bash-3.2$ gcloud certificate-manager certificates list
Listed 0 items.

Thanks

jyb

Solved Solved
2 3 263
1 ACCEPTED SOLUTION

Hi @Marvin_Lucero 

I just realized that I had confused the process of creating a DNS authorization with the process of creating a certificate.

I followed the documentation step by step and was able to successfully complete both tasks! Thank you very much for your assistance.

jyb

View solution in original post

3 REPLIES 3

Hi @jybateip ,

Can you share how you create the certificate? Is it inside the VM machine? 

It will be helpful if you can also share documentations or guides. Thanks!


Hi @jybateip ,

You can check and verify the certificate creation status by using this command :

gcloud certificate-manager operations describe OPERATION_ID

 Be sure that you have the needed permissions to validate the domain ownership. Make sure you own or control the "mytest.org" domain and check that the DNS records are set up correctly.

You may check it again as there might be a delay before the DNS authorization is fully propagated. It's advisable to wait for a few minutes and then check the status.

Hi @Marvin_Lucero 

I just realized that I had confused the process of creating a DNS authorization with the process of creating a certificate.

I followed the documentation step by step and was able to successfully complete both tasks! Thank you very much for your assistance.

jyb