You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,13 @@ Clients use it with:
197
197
ii send .\video.mp4 --relay http://SERVER_PUBLIC_IP:3340
198
198
```
199
199
200
-
Configure HTTPS, a domain, ACME certificates, or QUIC address discovery only when needed by editing `relay.toml` and starting with `--config`. See [ii.md](ii.md) for the full configuration and Nginx reverse-proxy setup. Plain HTTP is not suitable for a long-lived public deployment.
200
+
For HTTPS and a domain, explicitly provide an existing certificate and private key:
201
+
202
+
```powershell
203
+
ii relay --tls relay.example.com -H 8443 --cert D:\certs\fullchain.pem --key D:\certs\privkey.pem
204
+
```
205
+
206
+
Clients use `https://relay.example.com:8443`. `ii` does not issue or renew certificates; the operator owns those files. See [ii.md](ii.md) for the full configuration. Plain HTTP is not suitable for a long-lived public deployment.
201
207
202
208
## Full Manual
203
209
@@ -209,7 +215,7 @@ Release changes are documented in [CHANGELOG.en.md](CHANGELOG.en.md). The defaul
209
215
210
216
## Version
211
217
212
-
The current version is managed by Git tags. This repository currently uses `v0.1.9`.
218
+
The current version is managed by Git tags. This repository currently uses `v0.1.10`.
0 commit comments