You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- well, I can't afford one certificate per tenant. I think my question is if there's any difference if I only buy one certificate and put all of them using the same domain (each tenant on a /directory/) or a wild card and each tenant on a subdomain. PS: How could someone steal the certificate?Clash– Clash2012-05-28 11:59:47 +00:00Commented May 28, 2012 at 11:59
- Stealing the certificate is nothing magic. If the webserver need to be able to read it ( for https ), then code executing in the webserver ( like, let's say, mod_php ) can also read the certificate. There can be various restrictions however, but that's something to keep in mind. And indeed, there isn't much difference with the 2 approaches. I would say that if you later have enough money for 1 cert per domain, the first approach would permit a easier migration.Misc– Misc2012-05-28 12:55:32 +00:00Commented May 28, 2012 at 12:55
- Note the following points, 1) the https certificates need an ip address per domain to be supported, 2) If you use a multi-tier architecture you can have the https decryption on web tier, the django on the app server tier, the db on the db tier and so the cert is on a different tier than the likely injection, so potential compromise is limited somewhat (separation of duties mantra).Andrew Russell– Andrew Russell2012-06-07 21:56:53 +00:00Commented Jun 7, 2012 at 21:56
- No, you can use more than 1 https certificate per ip address with newer ssl library ( ie, using SNI serverfault.com/questions/109800/… )Misc– Misc2012-06-08 04:56:40 +00:00Commented Jun 8, 2012 at 4:56
- Hi @misc, I love the idea, but it needs browser support and if you are going to support older browsers (at all) then you need to use multiple ip addresses.Andrew Russell– Andrew Russell2013-04-10 21:41:43 +00:00Commented Apr 10, 2013 at 21:41
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you