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
- Critical Issue
<#1102936099745177700> <#1072905050399191082> <#564161373148414012> Hello Appwrite Support Team, I am writing to report a persistent issue with custom domain ...
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...
- Custom email templates not working
Hey there, I've tried to add custom email templates to my appwrite auth's emails (password reset, email verification, session emails). I added my own html/css a...