Hey there.
If i understand it corrrectly, there is maxiumum capacity of 15 Google Managed Certificate per Load Balancer. If i deploy my Cloud Run on another region, it automatically creates a new Load Balancer for it and gives me additional 15 Certificate. The thing is, i want to use more than 15 custom domain at let's say "us-central1" location. I thought that it'll be good idea to create new Load Balancer for the same region. But when i try to manage custom domains for my Cloud Runs, it still trying to target old Load Balancer integration and i can't map any domain to it due to it has reached 15 Certificate for 15 Domains.
I might missing some points, decided to ask it here.
Thanks already!
Hi @akaMerto ,
Welcome to Google Cloud Community!
You can use Certificate Manager for you to be able to use more than 15 certificates per target proxy. When using Certificate Manager with a certificate map on a load balancer, each target proxy references a single certificate map, which can include multiple certificate entries. You can specify one of these entries as the default (primary) certificate for the map. The number of certificate maps, entries, and Certificate Manager certificates is subject to per-project quotas. You can also check this documentation on how Certificate Manager works. Additionally, you can find a walkthrough using a Google-managed certificate with load balancer authorization.
I hope the above information is helpful.