mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Update https-certificates.blade.md
Added tutorial for installing a SSL certificate on NGINX.
This commit is contained in:
parent
30cce85c73
commit
faf5629247
1 changed files with 3 additions and 1 deletions
|
|
@ -37,4 +37,6 @@ You can generate a certificate using certbot. If you use the `--nginx` flag, you
|
|||
|
||||
Creating this config dynamically from PHP is not easy, but is probably feasible. Giving `www-data` write access to `/etc/nginx/sites-available/tenants.conf` should work.
|
||||
|
||||
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.
|
||||
|
||||
You can follow this guide for step-by-step tutorial for installing [SSL certificate on NGINX](https://www.armanism.com/blog/install-free-ssl-on-nginx).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue