1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Update README.md

Former-commit-id: 49890cc9713ca6f9eed1c6546f8576dddd47f996 [formerly 79da79e1c91692800d93c514df16ff3a059bccb3] [formerly 05a10f90300ef2bb144b06c0cfc67293107734f4 [formerly 86f54720af2ec316a619d1f40e8ad612658f0a95 [formerly 5effcda172]]]
Former-commit-id: b0069f957ca34b9be3918418f525dbe9f9edda25 [formerly 7ca7ac6ea2b5bf4131cf8a8e600a7d66fd6ac029]
Former-commit-id: 41ca6cb1e55125bde1fedfb42fb66689bb8d2eb5
Former-commit-id: adfd102146
This commit is contained in:
Zack 2016-02-13 20:26:01 -05:00
parent 029a4ee18a
commit 70c6583a0c

View File

@ -5,3 +5,9 @@ git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
sudo ./letsencrypt-auto certonly --standalone --email youremail@somewhere.com -d yourserver.com
```
Use the NGINX block in this directory. Then startup `awwkoala` with
```bash
sudo ./awwkoala -p :8001 -key /etc/letsencrypt/live/yourserver.com/privkey.pem -crt /etc/letsencrypt/live/yourserver.com/cert.pem yourserver.com
```