Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Then choose "Security Management" as the service.
##Examples

• Running the script on the Multi-Domain Server:
`python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu`
`python3 connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu`

• Running the script from remote:
`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`
`python3 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`

## Development Environment

Expand All @@ -46,4 +46,4 @@ The tool is developed using Python language version 3.7 and [Check Point API Pyt
##Note

In order to run the script, explicit consent must be given.
The connect_all_domains.log and api debug files will be created in project location.
The connect_all_domains.log and api debug files will be created in project location.
Loading