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

8 lines
212 B
Markdown
Raw Normal View History

2016-02-14 04:22:37 +03:00
To use letsencrypt follow these steps:
```
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
sudo ./letsencrypt-auto certonly --standalone --email youremail@somewhere.com -d yourserver.com
```