Hacker News new | ask | show | jobs
by evangow 1688 days ago
I'm curious as to how you all are providing SSL for custom domains
1 comments

The sites are deployed on Vercel and Digital Ocean. Both platforms allow users to connect their custom domains, and they auto-generate the SSL for these domains.
Gotcha. That makes sense since each site is deployed separately and not a subdomain of a single deploy. Thanks for sharing!