Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmcspadden/bc86443729f128c92a7c to your computer and use it in GitHub Desktop.
Save nmcspadden/bc86443729f128c92a7c to your computer and use it in GitHub Desktop.
<key>mcx_preference_settings</key>
<dict>
<key>InstallAppleSoftwareUpdates</key>
<true/>
<key>SoftwareRepoURL</key>
<string>https://munki2.domain.com/repo</string>
<key>SoftwareUpdateServerURL</key>
<string>http://repo.domain.com/content/catalogs/others/index-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1_release.sucatalog</string>
<key>SoftwareRepoCACertificate</key>
<string>/Library/Managed Installs/certs/ca.pem</string>
<key>ClientCertificatePath</key>
<string>/Library/Managed Installs/certs/clientcert.pem</string>
<key>ClientKeyPath</key>
<string>/Library/Managed Installs/certs/clientkey.pem</string>
<key>UseClientCertificate</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment