I created a google managed SSL certificate while creating an HTTPS load balancer. It's been 4 days and the status for the certificate is stuck on Provisioning and the Domain status is showing FAILED_NOT_VISIBLE. I created the subdomain and pointed it to the IP address provided. Reference link which I followed: https://medium.com/techintoo/serving-static-files-using-google-cloud-cdn-storage-bucket-db1287cb5e40
{
"creationTimestamp": "2019-07-08T02:08:03.303-07:00",
"id": "3676362840736708892",
"kind": "compute#sslCertificate",
"managed": {
"domainStatus": {
"gcloud.test.5gmark.com": "FAILED_NOT_VISIBLE"
},
"domains": [
"gcloud.test.5gmark.com"
],
"status": "PROVISIONING"
},
"name": "test-5gmark-google-certificate",
"selfLink": "projects/eng-scene-245109/global/sslCertificates/test-5gmark-google-certificate",
"type": "MANAGED"
}