Load an AnywhereUSB SSL certificate

You can configure an AnywhereUSB SSL certificate for the AnywhereUSB Hub to use forAnywhereUSB Manager connections. This certificate is used instead of the Web Administration service certificate that is used for other services in the DAL OS.

Best practice Digi recommends using the certificate for the Web Administration service for AnywhereUSB, instead of configuring a AnywhereUSB SSL certificate. AnywhereUSB by default uses the Web Administration service certificate in use by the DAL OS.

How do the Web Administration services certificate and the AnywhereUSB Hub certificate work together?

A Web Administration services certificate is always available, as either a self-signed certificate or one that you have supplied and configured. By default, the Web Administration services certificate is used for AnywhereUSB.

If, however, you choose to configure an AnywhereUSB SSL certificate, you should be aware of how the Web Administration services certificate and the Anywhere USB SSL certificate work together.

Step 1: Prepare the AnywhereUSB SSL certificate

You must prepare the SSL certificate information to ensure that the certificate can be configured on the AnywhereUSB Hub to use for AnywhereUSB Manager connections.

Step A: AnywhereUSB Hub: Prepare certificate information in Notepad

Use Notepad to prepare the certificate information so that you can copy and paste it into the AnywhereUSB service configuration. Open the certificate, and organize the information in Notepad in the following order:

This example shows the Primary certificate, two Intermediate CA certificates, and a Primary Key:

----BEGIN CERTIFICATE----
(primary cert)
----END CERTIFICATE----
----BEGIN CERTIFICATE----
(intermediate CA cert that issued the primary cert)
----END CERTIFICATE---- ----BEGIN CERTIFICATE----
(intermediate CA cert that issued the previous intermediate cert)
----END CERTIFICATE---- ----BEGIN ROOT CA----
(root CA)
----END ROOT CA----
----BEGIN PRIVATE KEY----
(private key for primary cert)
----END PRIVATE KEY----

Step B: Anywhere USB Manager: Create a .pem file

The certificate information must be prepared so that it can be configured on the AnywhereUSB Manager.

Copy ONLY the primary certificate into Notepad, and save it as a *.pem file on your computer, in a location that is easily accesible.

Step 2: Load the AnywhereUSB Plus certificate onto the AnywhereUSB Hub

In this step, you will configure the certificate on the AnywhereUSB Hub using the certificate information you prepared in Notepad.

  1. Open the web UI.

  2. Copy the certificate information from Notepad.

  3. Navigate to System > Device Configuration > Services > AnywhereUSB.

  4. In the TLS identity certificate field, paste all of the copied certificate information.

  5. Click Apply.

  6. Click System > Reboot.

  7. After the reboot is complete, verify the certificate upload.

    1. Open the web UI.

    2. Navigate to System > Device Configuration > Services > AnywhereUSB.

    3. If the upload was successful, five dots display in the TLS identity certificate field.

Step 3: Configure the AnywhereUSB SSL certificate in the AnywhereUSB Manager

In this step, you will add the AnywhereUSB SSL certificate *.pem file to the AnywhereUSB Manager.

  1. Launch the AnywhereUSB Manager.

  2. A red X displays next to the name of the Hub for which you uploaded the SSL certificate. In the Connection Summary section, the Invalid Hub Cert message displays.

  3. Choose Configure > Manage Hub Credentials. The Manage Hub Credentials dialog appears.

  4. Select the Hub that you want to update.

  5. Click Update. The Choose a credential file dialog displays.

    1. Navigate to the file location.

    2. Select the *.pem file.

    3. Click Open.

  6. In a few seconds, the red X changes to a green padlock after the next connection attempt.