I am dynamically creating machines and using the Fly-Replay header to route traffic to these target machines (and for auto-starting them). With http that kind of works. Now, I created a wildcard certificate with fly because I map these dynamically created machines to subdomains.
As seen here, I need to provide a tls handler for these target machines. But how would I do that if I can’t provide the certificate files themselves (fly keeps them) to the django apps in the target machines?
Any help is greatly appreciated.