Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Smart Device Manager


3.11.7 Procedure for creating MDM client certificates (when managing iOS devices)

Upload the MDM signed-certificate request file to create MDM client certificates. You need to perform this procedure only when managing iOS devices.

Prerequisites

Procedure

  1. Log in to Apple Push Certificates Portal.

  2. Click the Create a Certificate button.

  3. Select the check box for accepting the terms of the license agreement, and then click the Accept button.

  4. Select the plist_encoded file to be uploaded, and then click the Upload button.

    When the file is uploaded successfully, an MDM certificate file is created.

  5. Click the Download button to obtain the certificate file (mdm_vendor.pem).

  6. Click the information icon (Certificate Info), and then confirm the UID of the Subject DN.

    Tip

    You need the UID when creating a configuration profile communication server in order to distribute client certificates to iOS devices.

  7. Execute the following command to create the APNsMDMPushDev.p12 file from the private key and pem file:

    openssl pkcs12 -export -inkey customerPrivateKey.pem -in mdm_vendor.pem -out APNsMDMPushDev.p12

Related Topics