mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
Collapse HTTPS certs section
This commit is contained in:
parent
85b2274d1d
commit
aec12ae128
1 changed files with 5 additions and 0 deletions
|
|
@ -530,6 +530,9 @@ To do this automatically, you can make this part of your `TestCase::setUp()` met
|
||||||
|
|
||||||
## HTTPS certificates
|
## HTTPS certificates
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><strong>Click to expand/collapse</strong></summary>
|
||||||
|
|
||||||
HTTPS certificates are very easy to deal with if you use the `yourclient1.yourapp.com`, `yourclient2.yourapp.com` model. You can use a wildcard HTTPS certificate.
|
HTTPS certificates are very easy to deal with if you use the `yourclient1.yourapp.com`, `yourclient2.yourapp.com` model. You can use a wildcard HTTPS certificate.
|
||||||
|
|
||||||
If you use the model where second level domains are used, there are multiple ways you can solve this.
|
If you use the model where second level domains are used, there are multiple ways you can solve this.
|
||||||
|
|
@ -562,6 +565,8 @@ Creating this config dynamically from PHP is not easy, but is probably feasible.
|
||||||
|
|
||||||
However, you still need to reload nginx configuration to apply the changes to configuration. This is problematic and I'm not sure if there is a simple and secure way to do this from PHP.
|
However, you still need to reload nginx configuration to apply the changes to configuration. This is problematic and I'm not sure if there is a simple and secure way to do this from PHP.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
## Running tests
|
## Running tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue