xxxx.mydomain.com is not a main domain. Skipping SSL certificate generation.
- 0
- Self Hosted
- Functions
- Web
- REST API

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?

- if the domaom is added to function domain env (
_APP_DOMAIN_FUNCTIONS
) those domains will have ssl generated, unless there nginx ir cloudflare involved in front - you could do -
docker exec appwrite ssl domainNameHere

In my deployment currently the function domain is the same as the main domain. I'd like to automatically get certs for the generated function domains like 66914eb7a9918e97e948.mydomain.com
is that something that should be working?
Recommended threads
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
