ODJ and MDM SSL certificates and keys

SSL certificates and keys are required to authenticate the MDM Server to the Windows ODJ Server. These certificates and keys must be generated through the BESAdmin command. The generated SSL certificates/keys are stored in the directory that you specify in the BESAdmin command.

Note: You must have a reachable DNS host name to run the commands in the BESAdmin tool to generate certificates.
To generate SSL certificates on a Windows BigFix root server, run this command:
BESAdmin.exe /generateplugincertificates /certificatespath:<path-to-store-certs> [/commonname:<CN-for-server-and-client-cert>]
To generate SSL certificates on a Linux BigFix root server, run this command:
BESAdmin.sh -generateplugincertificates -certificatespath=<path-to-store-certs> [-commonname:<CN-for-server-and-client-cert>
Note:
  • For commonname, use the FQDN name of the Windows machine, where the ODJ service needs to be installed.
  • These commands work only if path-to-store-certs directory exists.
The following SSL certificates are generated in the folder that you have created.
  1. Use these certificates and keys when you Install ODJ service.
    • ca.cert.pem
    • server.cert
    • server.key
  2. Use these certificates and keys when you Configure MDM Server for ODJ Service.
    • ca.cert.pem
    • client.cert.pem
    • client.key