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

Update README.md

This commit is contained in:
Zack 2016-02-13 20:32:15 -05:00
parent 5effcda172
commit a9bb3daf0c

View File

@ -1,12 +1,16 @@
First install the NGINX block in this directory.
To use letsencrypt follow these steps:
```
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
sudo service nginx stop
sudo ./letsencrypt-auto certonly --standalone --email youremail@somewhere.com -d yourserver.com
sudo service nginx start
```
Use the NGINX block in this directory. Then startup `awwkoala` with
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