You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a file `swo_config` on `$HOME/.config/switchOrchestrator`
35
+
35
36
Please read the oficial manual of [Enfocus Switch API](https://www.enfocus.com/manuals/DeveloperGuide/WebServices/17/index.html#api-Authentication-LoginQuery) to learn how create a password hash
36
37
37
38
```bash
@@ -40,6 +41,13 @@ HASH_PASS="XXXXXXXXXXXXXXXX"
40
41
SWITCH_IP="0.0.0.0"
41
42
```
42
43
44
+
#### Password Hash
45
+
46
+
In terminal go to a new folder.
47
+
Create a public_key.pem file and copy the PUBLIC KEY offered by Enfocus Switch [Click Here](https://www.enfocus.com/manuals/DeveloperGuide/WebServices/17/index.html#api-Authentication-LoginQuery)
0 commit comments