Skip to content

Commit

Permalink
improve documentation for self-signed certificate use
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhan-berberoglu committed Jul 17, 2023
1 parent 3286eeb commit 5a0140f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,20 @@ <h2 class="margin-bottom">Usage Examples</h2>
<pre class="code-editor"><code>
# 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 &lt;path-to-pem&gt;
# 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
&gt; <span data-varid="command">sdpctl.exe</span> configure
# or
&gt; <span data-varid="command">sdpctl.exe</span> configure --pem &lt;ca-cert-file-name&gt;
? 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
&gt; <span data-varid="command">sdpctl.exe</span> configure signin
? Choose a provider: [Use arrows to move, type to filter]
❯ Azure AD SAML Admin
Expand All @@ -218,7 +225,7 @@ <h2 class="margin-bottom">Usage Examples</h2>
Successfully signed in


# Step 4: Verify the configuration
# Step 5: Verify the configuration
&gt; <span data-varid="command">sdpctl.exe</span> appliance status
Name Status Function CPU Memory Network out/in Disk Version
---- ------ -------- --- ------ -------------- ---- -------
Expand Down Expand Up @@ -482,4 +489,4 @@ <h2 class="margin-bottom">Additional Help</h2>
<noscript>You need a modern browser with JavaScript in order to view this page.</noscript>
</body>

</html>
</html>

0 comments on commit 5a0140f

Please sign in to comment.