Hi there,
I have self-hosted appwrite on a VM, which had a nginx proxy manager issuing the SSL certificates. NPM was pointing to the appwrite container and had the subdomain baas.example.com as subdomain. Now I have moved the appwrite endpoint to a DigitalOcean appwrite droplet. The only thing what is missing is the SSL certificate. NPM allows me download the SSL certificate for the subdomain baas.example.com but I don't know how to import the certificate into the DigitalOcean appwrite droplet. If I didn't misread the docs, I would need to use my TLD (example.com) to be pointing to the appwrite instance. But the the TLD is used for displaying my website. So what exactly should I do to get my appwrite instance SSL certified?
Don't you have NPM on your new server?
No NPM is not installed on the new server (yet). I would only add it if necessary. Wasn't Traefik also capable to do what nginx (NPM) can, like issuing, renewing certificates etc.?
Generally, isn't appwrite designed to cover the certificate handling etc. by its own? Or is using nginx proxy manager of advantage?
You said you have other apps on that server too. How are you handling that?
In the past I used to have other apps. Now I wanted to have a dedicated appwrite server/droplet. So there is now handling required besides appwrite for this instance anymore.
Recommended threads
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...