Skip to main content

2026 年 5 月 26 日 已封存

Configuring DigiCert MPKI

Workspace ONE UEM is flexible with PKI integration by being able to request certificates from either internal or external certificate authorities (CA). Integrate with DigiCert MPKI services to issue certificates for your Workspace ONE UEM MDM solution.

For Workspace ONE UEM to communicate with DigiCert as a Registration Authority (RA), you must first establish an account with DigiCert. After your DigiCert account is active, you can generate an RA certificate and store it on the RA server. Workspace ONE UEM can then be configured to use the certificate to communicate with the DigiCert MPKI CA. Once communication is successfully established, you can define which certificate Workspace ONE UEM will deploy to the device.

Prerequisites

  • DigiCert PKI Management Portal Version 8.0 or later
  • A DigiCert MPKI account
  • Workspace ONE UEM version 9.5 or later
  • When using PKI protocol, verify the DigiCert certificate profile(s) under Primary certificate options.
    Ensure the Enrollment Method is set to PKI Web Services and Authentication method is set to 3rd party application. This gives Workspace ONE UEM the ability to deploy certificate profiles through APIs.
  • When using SCEP protocol, verification that the DigiCert certificate profile(s), under Primary certificate options, within Authentication method, has Enrollment Code selected. This gives the SCEP server the ability to deploy certificate profiles through APIs.

Procedure

  1. In the DigiCert PKI Management Portal, generate a Registration Authority (RA) certificate. After DigiCert creates the certificate, it is stored on the server, which can be any server you choose.

    1. Generate a new RSA key pair.
      Command: openssl req -new -newkey rsa:2048 -nodes -out AirWatch.csr -keyout AirWatch.key -subj
      /C=US/ST=Georgia/L=Atlanta/O=R&D/OU=R&D/CN=AirWatch
    2. Log in to the DigiCert PKI Manager Portal.
    3. Click on Tasks (gear icon). Click on Get an RA Certificate.
      Symantec PKI Manager showing the tasks menu with Get an RA certificate selected.
    4. Paste the CSR into the field, submit, and download a new certificate.
      The Get an RA certificate screen where the CSR is pasted before continuing to download a new certificate.
    5. Convert the .p7b format certificate into .pem.
      Command: openssl pkcs7 -print_certs -in certificate.p7b -out certificate.pem
    6. Create a pkcs12 with the private key and pem
      openssl pkcs12 -export -out certificate.pfx -inkey AirWatch.key -in certificate.pem
  2. Configure CA and request template in Workspace ONE UEM.

    1. Configure the CA.
      1. Navigate to Devices > Certificates > Certificate Authorities > Certificate Authorities tab.
      2. Click Add complete the menu items.
        Option Description
        Authority Type DigiCert
        Server URL

        Enter https://pki-ws.symauth.com/pki-ws. This allows Workspace ONE UEM to have sufficient access to request and issue certificates.

        The URL is the same for all customers.

        Protocol Select either the PKI or SCEPradio button.
        SCEP Endpoint URL (SCEP Protocol) Enter the URL for the SCEP End Point in the data entry field that appears. This allows your SCEP server to have sufficient access to request and issue certificates
        Certificate Select the Upload button and select the RA certificate (PFX file) you generated earlier.
      3. Enter the DigiCert provided password in the Certificate Password field.
        The password you need in this step was created when you completed and exported the CSR process.
      4. Select Save.
      5. Click Test Connection when complete to verify the test is successful. An error message appears indicating the problem if the connection fails.
    2. Configure the request template.
      Define which certificate deploys to devices by setting up a certificate template in Workspace ONE UEM.
      1. Navigate to Devices > Certificates > Certificate Authorities.
      2. Select the Request Templates tab.
      3. Click Add and complete the menu items.
        Option Description
        Certificate Authority Select the DigiCert CA you created.
        Profile Name Select the DigiCert profile OID
        Automatic Certificate Renewal Select the this checkbox if Workspace ONE UEM is going to automatically request the certificate to be renewed by DigiCert when it expires.

        If you select this option, enter the number of days prior to expiration before Workspace ONE UEM automatically requests DigiCert to reissue the certificate in the Auto Renewal Period (days) field. This requires the certificate profile on DigiCert to have Duplicate Certificates enabled.

        Enable Certificate Revocation Select the this checkbox if Workspace ONE UEM should automatically remove the certificate if the device is unenrolled, if the applicable profile is removed, or if the device is deleted from Workspace ONE UEM.

        If you do not select this checkbox, when you delete a profile or a device the SCEP certificate is removed from the device but it is not automatically revoked from the CA.

        Key Type Configuration occurs in the DigiCert PKI Manager. This indicates whether the public-private key pair is generated by Workspace ONE UEM or by DigiCert. Workspace ONE UEM loads this setting from DigiCert based on the selected OID and uses this value to determine the type of certificate request to send. Absolutely no configuration in Workspace ONE UEM is needed by the customer.
        Mandatory Fields Enter Lookup Values that complement those fields in the DigiCert profile. These fields can change depending on which DigiCert profile you choose since the information within the DigiCert profile may be different.
      4. Click Save.
    3. Configure Workspace ONE UEM profiles (payloads) for either PKI or SCEP. If in configuring the CA, you chose PKI then you only need to configure a Credentials profile, but if you chose SCEP, you only need to configure a SCEP profile. Once either of these profiles is created, you can create additional payloads that the DigiCert certificate can use, such as Exchange ActiveSync (EAS), VPN, or Wi-Fi services.
    4. Navigate to Devices > Profiles > List View.
    5. Click Add.
    6. Select the applicable platform for the device type.
    7. Specify General profile parameters.
    8. Select Credentials from the payload options and select Configure.
    9. Select Defined Certificate Authority from the Credential Source drop-down menu.
    10. Select the external DigiCert CA you created previously in Configuring CA from the Certificate Authority drop-down menu.
    11. Select the certificate template for DigiCert you created previously in Configuring Certificate Template from the Certificate Template drop-down menu.
    12. Select SCEP from the payload area on the left rather than configuring Credentials.
    13. Select Defined Certificate Authority from the Credential Source drop-down menu.
    14. Select the external DigiCert CA you created for using SCEP previously in Configuring CA from the Certificate Authority drop-down menu.
    15. Select the certificate template for DigiCert you created for using SCEP previously in Configuring Certificate Template from the Certificate Template drop-down menu.

    At this point, saving and publishing the profile would deploy a certificate to the device. However, if you plan on using the certificate on the device for Wi-Fi, VPN, or Email purposes, then you should also configure the respective payload in the same profile to leverage the certificate being deployed.

What to do next

Review some tips and troubleshooting steps for the integration.

  • Verify ability to perform certificate authentication without Workspace ONE UEM.
    Remove Workspace ONE UEM from the configuration and manually configure a device to connect to your network server using certificate authentication. This should work outside of Workspace ONE UEM and until this works properly, Workspace ONE UEM will not be able to configure a device to connect with a certificate.

  • Verify ability to perform certificate authentication with Workspace ONE UEM.

You can confirm that the certificate is usable by pushing a profile to the device and testing whether or not the device is able to connect and sync to the configured EAS, VPN, or Wi-Fi access-point. If the device is not connecting and shows a message that the certificate cannot be authenticated or the account cannot connect then there is a problem in the configuration. Below are some helpful troubleshooting checks.

  • If SSL TLS errors are received while creating a template.

    • This error can occur when you attempt two tasks.
      • Create a Workspace ONE UEM certificate template byselecting the Retrieve Profiles button or
      • Retrieve a certificate from the Workspace ONE UEM console from the SecureAuth certificate authority.
    • The troubleshooting technique that usually resolves this problem is adding the required server certificate chain in the console servers trusted root key store.
  • If the Workspace ONE UEM certificate profile fails to install on the device.

    • Inform Workspace ONE UEM Professional Services of the error and request they:
      • Turn On Verbose Mode to capture additional data.
      • Retrieve the web console log.
    • Workspace ONE UEM analyzes the log and works with customer to resolve the problem.
  • If the certificate is not populated in the View XML option of the profile.

    • Confirm that lookup values configured on the DigiCert certificate profile match the look up values in the Workspace ONE UEM console’s request template.
    • Confirm that lookup values in Workspace ONE UEM request template are actually populated in the user information being pulled from AD.
    • Confirm you are pointing to the right profile in DigiCert.

此頁面對您有幫助嗎?

針對本主題提供意見回饋

本主題對您有幫助嗎?

請勿填寫任何個人或機密資訊。

正在產生連結…