I set up the next components for my project: Cloud DNS, classic Application Load Balancer and Cloud Run, with custom domain. I try to add compute engine google-managed SSL certificate to load balancer for https connection.
I followed the next instructions:
All checks show that all is fine (dig +trace domain, nslookup domain, gcloud compute target-https-proxies describe). I waited 72 hours (as describe in documentation).
But I still have certificate status PROVISIONING and domain status FAILED_NOT_VISIBLE.
What didn't I do? Or what I did wrong?