mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update README.md
Former-commit-id: a5ea5763c48a438e3bb7fabffcf65f21c7ef56fc [formerly c8470c5418190d4ead4c0647c69b170667caad5a] [formerly 0be91e43b79a25094e1aea4bce2c4ef09e5e2de5 [formerly a9bb3daf0c
]]
Former-commit-id: 0a4edf33449b26678780305855e8a1fbd88c3380 [formerly 4c18e9234c9bca967c50ece1ed8bffcfbc2b9f54]
Former-commit-id: 4b05bedc97ac2c83e76318ce87913247dcfeb7c1
This commit is contained in:
parent
adfd102146
commit
4efc0dbf47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user