diff options
author | Kali Kaneko <kali@leap.se> | 2017-10-03 02:16:41 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-03 02:50:22 +0200 |
commit | cba02edf6c878056b875e981658c2aedccbc3269 (patch) | |
tree | 840e467d62566bef7a368dbda96ce9821b030d83 | |
parent | 12e179dafd214362aa48fdf729310f9e7c6d577f (diff) |
[docs] wording fixes
-rw-r--r-- | docs/testing/index.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst index 8d72e9a..9715b01 100644 --- a/docs/testing/index.rst +++ b/docs/testing/index.rst @@ -60,20 +60,20 @@ following tips: bug, please attach a log of a new bitmask session, which should contain *only* the behaviour needed to reproduce the bug you are reporting. -Xenial live image testing -------------------------- +On a live image (xenial) +------------------------ -Pasting the following lines in a terminal will help you testing the latest +Pasting the following line in a terminal will help you testing the latest bundle from inside a virtual machine running a **live image for xenial** (note that this is **not** an installation method!):: curl https://0xacab.org/leap/bitmask-dev/raw/master/docs/testing/latest-bundle-xenial | bash -Testing against providers with invalid certificates ---------------------------------------------------- +Providers with invalid certificates +----------------------------------- -If you need to test against a provider without a valid certificate, you can use -the following flag:: +If you **really** need to test against a provider without a valid certificate, +you can use the following flag. I assume you know what you are doing:: SKIP_TWISTED_SSL_CHECK=1 bitmask |