Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod authored Feb 18, 2019
1 parent 0179f98 commit 1e5b378
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,13 @@ ss-local -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "mode=quic;ho

### Issue a cert for TLS and QUIC

v2ray-plugin will look for TLS certificates signed by [acme.sh](https://github.com/Neilpang/acme.sh) by default.
Here's some sample commands for issuing a certificate.

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

Alternatively, you can specify path to your certificates using option `cert` and `key`.

0 comments on commit 1e5b378

Please sign in to comment.