Skip to content
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

Allow mulitple SSL certs per app #13

Open
jvanbaarsen opened this issue Sep 28, 2015 · 1 comment
Open

Allow mulitple SSL certs per app #13

jvanbaarsen opened this issue Sep 28, 2015 · 1 comment

Comments

@jvanbaarsen
Copy link
Contributor

It would be great to be able to setup mutliple SSL's per app.

An idea to accomplish this is to upgrade the domains to its own entity, and SSL's are attached to a domain instead of an app.

The reasoning behind this, is that people run apps that can have mutliple domain names, and each domain links to a certain data set in the app.

@michiels
Copy link
Member

Right good suggestions. I can currently think of two directions (also UI wise):

  1. You create domains inside/under an app, and you get config settings and SSL upload per domain. (when you create an app we already create the first domain for it)
  2. Apps and domains are separated and domains belongs to the server itself. Then per domain you "link" it to an app.

Currently I lean a bit towards option 1 because of the way you approach deploying an app, but maybe we can investigate option 2 for a bit too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants