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
> :warning:**REMINDER**: If you are using your own SSL certificate, be sure to place this certificate in the `Local Machine > Personal` certificate store before running the above script, and ensure that the private key is exportable.
120
+
> :warning:**REMINDER**: If you are using your own SSL certificate, be sure to place this certificate in the `Local Machine > Trusted People` certificate store before running the above script, and ensure that the private key is exportable.
121
121
122
122
> :memo:**NOTE**
123
123
> A Role and User credential will be configured to limit access to your Nexus repositories. As well, CCM Client and Service Salts are configured to further encrypt your connection between CCM and your endpoint clients. These additional settings are also incorporated into your `Register-C4bEndpoint.ps1` script for onboarding endpoints.
@@ -241,6 +241,35 @@ As a part of the C4B setup, we run tests to validate that your environment is co
241
241
> </ul>
242
242
> </details>
243
243
244
+
#### Available parameters
245
+
246
+
* `ClientCommunicationSalt`
247
+
The salt for communication from an agent to an instance of Central Management Service. Details available in the README file on server desktop.
248
+
* `ServiceCommunicationSalt`
249
+
The salt for communication from an instance of Central Management Service to an agent. Details available in the README file on server desktop.
250
+
* `RepositoryCredential`
251
+
The credential to use to access the repository server from the endpoint. Details available in the README file on server desktop.
252
+
* `ProxyUrl`
253
+
The URL of a proxy server to use for connecting to the repository.
254
+
* `ProxyCredential`
255
+
The credentials, if required, to connect to the proxy server.
256
+
* `IncludePackageTools`
257
+
Install the Chocolatey Licensed Extension with right-click context menus available.
258
+
* `AdditionalConfiguration`
259
+
Allows for the application of user-defined configuration that is applied after the base configuration.
260
+
* `AdditionalFeatures`
261
+
Allows for the toggling of additional features that is applied after the base configuration.
262
+
* `AdditionalPackages`
263
+
Allows for the installation of additional packages after the system base packages have been installed.
264
+
* `AdditionalSources`
265
+
Allows for the addition of alternative sources after the base configuration has been applied.
266
+
* `TrustCertificate`
267
+
If passed, downloads the certificate from the client server before initializing Chocolatey Agent.
268
+
269
+
#### Advanced Endpoint Configuration
270
+
271
+
It is possible to customize the installation of Chocolatey on an endpoint via the available parameters above. For examples, please see [Advanced Endpoint Configuration](https://docs.chocolatey.org/en-us/c4b-environments/quick-start-environment/advanced-client-configuration/).
272
+
244
273
### Conclusion
245
274
246
275
Congratulations! If you followed all the steps detailed above, you should now have a fully functioning Chocolatey for Business implementation deployed in your environment.
0 commit comments