Hello,
Thank you for this beautiful service.
I have a usecase where I want clients to be able to point their custom domains to my service domain. The problem is that in order generate SSL certificate for the automatically I need to give the my fly hostname, not my domain which has A record to point to server IP.
So this passes validation:
CNAME client.domain.com → my.fly.dev
This doesn’t pass validation:
CNAME client.domain.com → my.domain.com (which has A to point to server IP of fly app)
Do you have an idea of how to go about this? my.domain.com is hosted on cloudflare (not proxied). my.domain.com works correctly, it opens fly app, also if I do SSL validation with fly hostname client.domain.com works too, it’s just that my custom domain which also works with fly app doesn’t pass the validation.
Thank you so much!