Updated ssl server setup (markdown)

casey langen 2017-07-10 21:33:44 -07:00
parent 109eabe188
commit da878b60a7

@ -24,6 +24,8 @@ the following instructions detail configuring ssl termination using nginx and [l
* `sudo chgrp www-data /etc/letsencrypt/live` * `sudo chgrp www-data /etc/letsencrypt/live`
* `sudo chmod 750 /etc/letsencrypt/live` * `sudo chmod 750 /etc/letsencrypt/live`
`note4:` letsencrypt will email you when your cert is about to expire. when that happens, forward port 443 to your host again, and run `sudo letsencrypt renew`. don't forget to shut down the forwarded port after it finishes!
# configure nginx # configure nginx
`sudo vim /etc/nginx/sites-available/musikcube` `sudo vim /etc/nginx/sites-available/musikcube`