From 8049ecb1a3b626ec32821a393dc18da2e228a0d3 Mon Sep 17 00:00:00 2001 From: Matteo Contrini Date: Tue, 19 Jul 2022 15:05:37 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71385da..adc0fa9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can increase the `frag_duration` (microseconds) to slightly reduce the file ## TLS Unfortunately, QUIC mandates TLS and makes local development difficult. -If you have a valid certificate you can use it instead of self-signing. The go binaries take a `-cert` and `-key` argument. Skip the remaining steps in this section and use your hostname instead of `localhost.warp.demo`. +If you have a valid certificate you can use it instead of self-signing. The go binaries take a `-tls-cert` and `-tls-key` argument. Skip the remaining steps in this section and use your hostname instead of `localhost.warp.demo`. ### Self-Sign Generate a self-signed certificate for local testing: @@ -112,3 +112,5 @@ yarn serve ``` These can be accessed on `https://localhost.warp.demo:4444` by default. + +If you use a custom domain for the Warp server, make sure to override the server URL with the `url` query string parameter, e.g. `https://localhost:4444/?url=https://localhost:4443`.