-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document SSL certs for function domains #1627
base: main
Are you sure you want to change the base?
Conversation
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-01-28 22:12:45 CET |
|
||
```bash | ||
docker compose exec appwrite ssl --domain="6772722a00331315adc3.appwrite.myapp.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we need to mention something somewhere to say they need a CNAME DNS record that points *.appwrite.myapp.com
to their appwrite domain?
because Let's Encrypt uses the DNS-01 challenge to validate wildcard domain ownership. | ||
|
||
### Using DNS challenge with DigitalOcean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason why we chose to provide the steps for DigitalOcean over others or non at all?
What does this PR do?
Fixes appwrite/appwrite#9288
Test Plan
/docs/advanced/self-hosting/functions
Related