diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-05-22 11:36:13 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-05-22 11:36:13 -0300 |
commit | abae9151636e285f90347f7dae1f079095ddc80f (patch) | |
tree | 462a740d25d8c539d3555c38b7c998f42c21786d /README.rst | |
parent | c2a0900868eecda3958185bf355a15b046d4e4af (diff) | |
parent | 0f77a09df54e38ef311c577297358a2563bfdd27 (diff) |
Merge remote-tracking branch 'ivan/bug/doc-command-to-run-client' into develop
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -41,7 +41,11 @@ If you are testing a new provider and do not have a CA certificate chain tied to $ leap-client --danger -Beware this is only for testing, its usage is *highly* discouraged. +But **DO NOT use it on a regular bases**. + +**WARNING**: If you use the --danger flag you may be victim to a MITM_ attack without noticing. Use at your own risk. + +.. _MITM: http://en.wikipedia.org/wiki/Man-in-the-middle_attack Hacking ======= @@ -69,6 +73,16 @@ And make your working tree available to your pythonpath:: (leap_client)$ python setup.py develop +Run the client:: + + (leap_client)$ python src/leap/app.py -d + + +If you are testing a new provider that doesn't have the proper certificates yet, you can use --danger flag, but **DO NOT use it on a regular bases**. + +**WARNING**: If you use the --danger flag you may be victim to a MITM_ attack without noticing. Use at your own risk. + +.. _MITM: http://en.wikipedia.org/wiki/Man-in-the-middle_attack Testing ======= |