| Index: blimp/docs/running.md
|
| diff --git a/blimp/docs/running.md b/blimp/docs/running.md
|
| index f4a1d96e117e1eeea50d0a9736def7f9b9eea5a4..ae56de42aa0124b3554a3106c87ef69eaf852502 100644
|
| --- a/blimp/docs/running.md
|
| +++ b/blimp/docs/running.md
|
| @@ -21,10 +21,14 @@ Set up any command line flags with:
|
| ./build/android/adb_blimp_command_line --enable-webgl
|
| ```
|
|
|
| -To have the client connect to a custom engine use the `--blimplet-endpoint`
|
| +To have the client connect to a custom engine use the `--engine-endpoint`
|
| flag. This takes values in the form of scheme:ip:port. The possible valid
|
| schemes are 'tcp', 'quic', and 'ssl'. An example valid endpoint would be
|
| -`--blimplet-endpoint=tcp:127.0.0.1:500`.
|
| +`--engine-endpoint=tcp://127.0.0.1:500`.
|
| +
|
| +TLS-encrypted connections (QUIC, SSL) take an additional flag
|
| +`--engine-cert-path` which specifies a path to a PEM-encoded certificate
|
| +file (e.g. `--engine-cert-path=/path/to/file.pem`.)
|
|
|
| Run the Blimp APK with:
|
|
|
|
|