This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
doc:letsencrypt [2016/06/16 03:56] stwn created |
doc:letsencrypt [2016/09/06 01:36] (current) stwn +renewing |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Let's Encrypt ====== | ====== Let's Encrypt ====== | ||
| + | |||
| + | ===== Creating Certificate ===== | ||
| + | |||
| * apt-get install git | * apt-get install git | ||
| * systemctl stop nginx | * systemctl stop nginx | ||
| Line 18: | Line 21: | ||
| }</code> | }</code> | ||
| * systemctl start nginx | * systemctl start nginx | ||
| + | |||
| + | ===== Renewing Certificate ===== | ||
| + | Stop nginx, use the same command in previous section, and start again nginx. That's all. | ||