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! Go to Solution.
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