I'm Building a multisite enviromment to allow my clients to build their websites (like a wix builder). I already have it working on a single VM but I want to use cloud run to scale this better.
The question is: How I can connect programmaticaly my clients domains to cloud run and generate a ssl certificate? There is another better way to do this?
The only solution that a think until now is to use a VM like a entry point, making the ssl part and the connection with the cloud run service, but it seams like a "ugly" option.
I apreciate any help I can get.