You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customers were being confused by the reference to the ClientSetup script.
This commit attempts to reduce confusion, and also converts the script to the new DynamicCodeBlock.
@@ -51,46 +53,49 @@ If you used a self-signed certificate to deploy your Chocolatey for Business Azu
51
53
1. Click **Next**, **Next**, then **Finish**
52
54
1. Close the Microsoft Management Console
53
55
54
-
## Client Setup Script
56
+
## Endpoint Registration
55
57
56
-
To on-board clients, you run the `ClientSetup.ps1` script provided with your Chocolatey for Business Azure Environment.
58
+
To on-board clients, you can run the following script, which will download all requirements from your environment and configure it with our suggested defaults.
57
59
58
-
You will need the following values ready when running this script:
60
+
<Callouttype="info">
61
+
Updating the values here will update the script below - no values are sent to a server, they are temporarily stored locally in your browser.
62
+
</Callout>
63
+
64
+
You will require the following values to run this script:
59
65
60
66
*`FQDN`: The fully qualified domain name used to access your environment.
67
+
<DynamicCodeBlockInputname="AzureFqdnValue"defaultValue="Enter the FQDN for your Chocolatey for Business Azure Environment here..." />
61
68
*`ccmClientCommunicationSalt`: This is the client-side salt additive. More information about this can be found in the <Xreftitle="C4B Config Settings"value="ccm-client"anchor="config-settings" /> docs.
69
+
<DynamicCodeBlockInputname="AzureCcmClientSaltValue"defaultValue="Enter your ccmClientCommunicationSalt here..." />
62
70
*`ccmServiceCommunicationSalt`: This is the server-side salt additive. More information about this can be found in the <Xreftitle="C4B Config Settings"value="ccm-client"anchor="config-settings" /> docs.
71
+
<DynamicCodeBlockInputname="AzureCcmServiceSaltValue"defaultValue="Enter your ccmServiceCommunicationSalt here..." />
63
72
*`ChocoUserPassword`: The password for the `chocouser` account which is used by the client to access your environments' Sonatype Nexus Repository service.
73
+
<DynamicCodeBlockInputname="AzureChocoUserPasswordValue"defaultValue="Enter your ChocoUserPassword here..." />
64
74
65
75
Except for the `FQDN`, all of these values are available in your deployed environment's Azure Key Vault.
66
76
See <Xreftitle="Accessing Services"value="c4b-azure"anchor="accessing-services" /> for more information about retrieving values from the Vault.
67
77
68
-
When you're ready, run the following on the client from an elevated (Run as Administrator) PowerShell session:
78
+
When you're ready, save the following script to the target client (e.g. as `Register-C4bEndpoint.ps1`) and run it from an elevated (Run as Administrator) PowerShell session (e.g. `~\path\to\Register-C4bEndpoint.ps1`):
0 commit comments