Skip to content

Commit 1e5b378

Browse files
authored
Update README.md
1 parent 0179f98 commit 1e5b378

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,13 @@ ss-local -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "mode=quic;ho
5959

6060
### Issue a cert for TLS and QUIC
6161

62+
v2ray-plugin will look for TLS certificates signed by [acme.sh](https://github.com/Neilpang/acme.sh) by default.
63+
Here's some sample commands for issuing a certificate.
64+
6265
```sh
63-
curl https://get.acme.sh | sh
66+
curl https://get.acme.sh | sh
6467
sudo apt-get -y install socat
6568
sudo ~/.acme.sh/acme.sh --issue -d mydomain.me --standalone -k 4096
6669
```
70+
71+
Alternatively, you can specify path to your certificates using option `cert` and `key`.

0 commit comments

Comments
 (0)