Skip to content

Commit aa4da67

Browse files
authored
Merge pull request #4 from chkp-edenbr/master
fix readme
2 parents 19c04d7 + e62ffac commit aa4da67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

connect/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# connect_all_domains
22

3-
The following script connects all domains of a tenant's MDS to the cloud-services portal.
3+
The following script connects all domains of a Multi-Domain Server to the Infinity Portal.
44

55
## Instructions
66
Clone the repository with this command:
@@ -34,10 +34,10 @@ Then choose "Security Management" as the service.
3434
##Examples
3535

3636
• Running the script on the Multi-Domain Server:
37-
`python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --debug_file api_calls.json`
37+
`python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu`
3838

3939
• Running the script from remote:
40-
`python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --server 192.168.1.1 --api_key <your_api_key> --api_port 8080`
40+
`python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --server 192.168.1.1 --api_key <your_api_key> --api_port 443`
4141

4242
## Development Environment
4343

0 commit comments

Comments
 (0)