-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support multiple TLS domains #26
Comments
You are right, currently only one domain is supported because we pass If @kevinmcconnell is interested in supporting multiple domains, I'd be happy to submit a PR. |
I like the idea of supporting multiple domains 👍 That's a great idea. @3v0k4 I'd love to see a PR for it! Are you thinking we'd use a comma-separated list, like |
Yes, the comma-separated list is the first thing that came to mind. Should we rename the env to |
Hmm, good question...! I'd be tempted to leave it as-is, because I think the common case will be for a single domain, and it reads nicer for that case. Maybe we could try that way first, and mention the list form of its value in the documentation, and see how that feels? |
Thanks for the feedback and your support for adding in this feature. I've created #28 as a first stab at this. |
Why not wildcard SSL? |
This would allow serving both example.com and www.example.com (with a redirect in the Rails app from one to the other). |
Thank you very much! |
If I am reading the documentation correctly, it seems like thruster only supports a single TLS domain. Is it a big lift to support multiple TLS domains in the same Rails app using thruster like
api.example.com
andwww.example.com
?The text was updated successfully, but these errors were encountered: