diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-31 17:26:55 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-31 18:51:23 +0200 |
commit | 419828838991e3dfa447f3b29b37e5277052abb4 (patch) | |
tree | da77357c1ad8ed99d0e711afa6512de7be544000 /src/leap/bitmask/vpn/README.rst | |
parent | 95687c3137d7ea7a4a64d373e1e5199061ee38e3 (diff) |
[docs] update vpn readme
Diffstat (limited to 'src/leap/bitmask/vpn/README.rst')
-rw-r--r-- | src/leap/bitmask/vpn/README.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/leap/bitmask/vpn/README.rst b/src/leap/bitmask/vpn/README.rst index f773e2f..6480f75 100644 --- a/src/leap/bitmask/vpn/README.rst +++ b/src/leap/bitmask/vpn/README.rst @@ -1,7 +1,6 @@ VPN port -------- -What's here is a quick port of the legacy bitmask_client vpn code. -It only works through the cli right now:: +What's here is a simple port of the legacy bitmask_client vpn code:: bitmaskctl user create tmp_user_baz002@demo.bitmask.net --pass 1234 signup ok @@ -47,6 +46,8 @@ Much of what's exposed in the above API should be made transparently (download certificate). However, I prefer to test it manually before hiding it from the CLI. -The UI integration should follow soon. +0.10 version uses this basic API, further releases will automate getting the +certificates, validation, renewal etc. -Meanwhile, please report any bugs you find with its expected behavior. +Please report any bugs you find with its expected behavior, either using the cli +or the gui. |