From faf5629247a91a04ce2e72905e8c1e109e30a7e2 Mon Sep 17 00:00:00 2001 From: Arman ali Date: Wed, 21 Jul 2021 10:13:18 +0530 Subject: [PATCH] Update https-certificates.blade.md Added tutorial for installing a SSL certificate on NGINX. --- source/docs/v2/https-certificates.blade.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/docs/v2/https-certificates.blade.md b/source/docs/v2/https-certificates.blade.md index 29036a4..1c6521a 100644 --- a/source/docs/v2/https-certificates.blade.md +++ b/source/docs/v2/https-certificates.blade.md @@ -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. \ No newline at end of file +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).