diff --git a/docs/index.html b/docs/index.html index ec1f8116..097d4f8f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -201,13 +201,20 @@

Usage Examples


 # Step 1: Extract the executable
 
-# Step 2: Provide the Admin UI url. If you use self-signed cert on Admin UI, use the flag : --pem <path-to-pem>
+# Step 2: Required if you are using self-signed cert on Admin UI. Otherwise skip
+  Download the CA cert from the Admin UI, System, Certificate Authority
+  Place the file downloaded certificate to the same folder with the sdpctl binary
+
+
+# Step 3: Provide the Admin UI url
 > sdpctl.exe configure
+# or
+> sdpctl.exe configure --pem <ca-cert-file-name>
   ? Enter the url for the Controller API (example https://controller.company.com:8443) https://ag-ctrl.company.com:8443
   Configuration updated successfully
 
 
-# Step 3: Signin to your Collective
+# Step 4: Signin to your Collective
 > sdpctl.exe configure signin
   ? Choose a provider:  [Use arrows to move, type to filter]
   ❯ Azure AD SAML Admin
@@ -218,7 +225,7 @@ 

Usage Examples

Successfully signed in -# Step 4: Verify the configuration +# Step 5: Verify the configuration > sdpctl.exe appliance status Name Status Function CPU Memory Network out/in Disk Version ---- ------ -------- --- ------ -------------- ---- ------- @@ -482,4 +489,4 @@

Additional Help

- + \ No newline at end of file