Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 43c26e1

Browse files
committed
Merge pull request #7 from deep-security/v0.5
V0 5
2 parents 682c94e + 595e6a1 commit 43c26e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

DeepSecurity/Common/helpers/set-aiaSettings

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
2-
## set-aiaSettings <user> <pass> <consoleport>
2+
## set-aiaSettings <user> <pass> <elbfqdn> <consoleport>
33
user=$1
44
pass=$2
5-
managerfqdn=$4
6-
consoleport=$3
7-
manager=localhost:${3}
5+
managerfqdn=$3
6+
consoleport=$4
7+
manager=localhost:${4}
88

99

1010
SID=`curl -k -H "Content-Type: application/json" -X POST "https://${manager}/rest/authentication/login/primary" -d '{"dsCredentials":{"userName":"'${user}'","password":"'${pass}'"}}'`

0 commit comments

Comments
 (0)