bigletOriginal post
Web Developer
Is there a reason why certs aren't created for non-main domains? Functions would be a lot more powerful if certificates were automatically requested. Is there a way to change this behaviour?
Summary
Subdomains like xxxx.mydomain.com are not generating SSL certificates automatically for developer domains unless they are specifically added to the function domain environment (_APP_DOMAIN_FUNCTIONS). Certificates will not be created if nginx or Cloudflare is involved. To manually generate SSL for a specific domain, use 'docker exec appwrite ssl domainNameHere'. This behavior could be changed if desired.