
So I have an Appwrite instance up and I had it on non-standard ports, but I reran the install script with standard ports and now it is still not-ssl, how can I use custom certs? Should I mpodify the docker-compose traefik labels?

Is the server exposed on port 80 too?

Check the worker certificates logs

yes

okay

lol


it thinks .ai is not a valid domain

but regardless, I have a certificate

generated by my employer that he wants to use

Hmmm maybe ya

so is there a way for me to use custom certs? If not that would be a great addition lol, not all certs are gonna be automatic

You could have something in front handling that or do something with traefik

gotcha

I'll set it up with Traefik, I might have to modify it to include the certs though somehow

hey is there any way to access appwrite env inside client?

or only functions?

would be nice to have a section in config to just add custom certs

then have the .env _USE_CUSTOM_SSL_CERTS
or something

and if true and they are defined then pull from user defined location

I'd prefer an upload but idk how secure that is comparatively

Look at how Appwrite does it. Maybe it'll work if you add an entry manually (certificates and config volumes)

copy

I'll try it out

should I try to mount the folder in its place
Recommended threads
- URL attribute in "processing" state
Good day everyone! I just started learning React/Vite. In my current database right now I have these 4 attributes, and the URL attributes seems to still be in ...
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
