...
1# VPN Testing Tool
2
3`vpnctl` is a command line tool to help interface with the remote access solution (vpn). The following are examples of how to use the tool.
4
5## VPN Enable/Disable Test
6
7Tests enabling/disabling the vpn connection by updating the `ClusterConfig` field `vpnEnabled`. The test also indicates how long the enablement process takes.
8
9```
10just run cmd/sds/tools/vpnctl toggletest --domain dev1.edge-preprod.dev --organization edge-dev1-retail-b526aa --banner dev1
11-engineering --store bath1-woz-test-1 --hostname edge-touchpoint-1 --username <username> --password <password>
12```
View as plain text