Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye authored Feb 12, 2019
1 parent a82f780 commit 6c47b22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ On your client
```sh
ss-local -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "mode=quic"
```

### Issue a cert

```sh
curl https://get.acme.sh | sh
sudo apt-get -y install netcat
sudo ~/.acme.sh/acme.sh --issue -d mydomain.me --standalone -k 8192
```

0 comments on commit 6c47b22

Please sign in to comment.