I setup a customer domain on GCP cloud run xxx.domain.com but when I go to https://xxx.domain.com, the cert served is the one for the generated url *.a.run.app
for https://xxxxxxxxx-jynhcjgnea-uc.a.run.app
Where I can see the progress on any generated certs for custom domains? Or is it that when the custom domain progress is finished, the cert is done too? I ask the second one since it is still not working and I get the typical
NET::ERR_CERT_COMMON_NAME_INVALID and looking at the cert reveals it is for *.a.run.app and not for xxxxx.domain.com
Has anyone succeeded in setting GCP cloud run with custom managed domain up?