-
Notifications
You must be signed in to change notification settings - Fork 226
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 in progress. 🟡 Last updated at: 2025-02-07 18:00:24 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?
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.
@stnguyen90 Yes, what do you think about the update?
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?
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.
Matej suggested we add an example for Digitalocean (as we have experience with them) and then link to Traefik docs for the others.
Should I add for others, or just link to them all?
What does this PR do?
Fixes appwrite/appwrite#9288
Test Plan
/docs/advanced/self-hosting/functions
Related