File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Use this in the SCCM Application's **Installation program** field:
4949``` cmd
5050msiexec /i "stepsecurity-dev-machine-guard-<version>-x64.msi" /qn ^
5151 CUSTOMERID="acme-corp" ^
52- APIENDPOINT="https://api.stepsecurity.io" ^
52+ APIENDPOINT="https://agent. api.stepsecurity.io" ^
5353 APIKEY="sk_live_xxxxxxxxxxxxxxxx" ^
5454 SCANFREQUENCY=4 ^
5555 /l*v "C:\Windows\Temp\dmg-install.log"
@@ -58,7 +58,7 @@ msiexec /i "stepsecurity-dev-machine-guard-<version>-x64.msi" /qn ^
5858| Property | Required | Description |
5959| ----------| ----------| -------------|
6060| ` CUSTOMERID ` | yes | Your StepSecurity tenant ID |
61- | ` APIENDPOINT ` | yes | StepSecurity backend URL (typically ` https://api.stepsecurity.io ` ) |
61+ | ` APIENDPOINT ` | yes | StepSecurity backend URL (typically ` https://agent. api.stepsecurity.io ` ) |
6262| ` APIKEY ` | yes | Tenant API key from your StepSecurity dashboard |
6363| ` SCANFREQUENCY ` | no | Scheduled scan frequency in hours (default ` 4 ` ) |
6464
@@ -77,7 +77,7 @@ Contents:
7777``` json
7878{
7979 "customer_id" : " acme-corp" ,
80- "api_endpoint" : " https://api.stepsecurity.io" ,
80+ "api_endpoint" : " https://agent. api.stepsecurity.io" ,
8181 "api_key" : " sk_live_xxxxxxxxxxxxxxxx" ,
8282 "scan_frequency_hours" : " 4"
8383}
You can’t perform that action at this time.
0 commit comments