We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0179f98 commit 1e5b378Copy full SHA for 1e5b378
README.md
@@ -59,8 +59,13 @@ ss-local -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "mode=quic;ho
59
60
### Issue a cert for TLS and QUIC
61
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
+
65
```sh
-curl https://get.acme.sh | sh
66
+curl https://get.acme.sh | sh
67
sudo apt-get -y install socat
68
sudo ~/.acme.sh/acme.sh --issue -d mydomain.me --standalone -k 4096
69
```
70
71
+Alternatively, you can specify path to your certificates using option `cert` and `key`.
0 commit comments