basecamp / thruster

MIT License
672 stars 16 forks source link

Question: does it support wildcard certificate? #4

Closed olimart closed 3 months ago

olimart commented 4 months ago

Hi, wondering if SSL provisioning supports wildcard certificate? Which would come handy for multi-tenant apps through subdomains.

Thanks.

ngrilly commented 3 months ago

I just looked at the source code and it currently doesn't support wildcard certificates: https://github.com/basecamp/thruster/blob/main/internal/server.go#L82

Thruster is using the autocert library, which doesn't support DNS challenges, which are required to issue wildcard certificates.