How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
Hello 👋 It sounds like your domain host is giving you 'old school' instructions for manual SSL, but with Appwrite, it's much easier!
The short answer: You don't need to generate a CSR. Appwrite handles SSL certificates automatically for you using Let's Encrypt.
Here is what you actually need to do:
- Add the Domain: In your Appwrite Console, go to Settings > Custom Domains and add your domain (e.g., api.yourdomain.com).
- Update DNS: Appwrite will give you a CNAME or A record value. You just need to go to your domain host's DNS settings and add that record.
- Wait for Verification: Once the DNS propagates, Appwrite will automatically communicate with Let's Encrypt, verify your ownership, and issue the certificate for you.
If your host is insisting on a CSR: They might think you are trying to install a third-party certificate that you bought from them. You don't need to do that! Appwrite's built-in SSL is free, automatic, and auto-renews.
Just follow the steps in the Custom Domains tab in your dashboard, and you’ll be live with HTTPS in no time! :appwriterocket:
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...