From aec12ae1283dc095202415328f93fb08e6e1f17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 9 Aug 2019 19:40:45 +0200 Subject: [PATCH] Collapse HTTPS certs section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 31f03153..a97f16c8 100644 --- a/README.md +++ b/README.md @@ -530,6 +530,9 @@ To do this automatically, you can make this part of your `TestCase::setUp()` met ## HTTPS certificates +
+Click to expand/collapse + 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. @@ -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. +
+ # Development ## Running tests