Install two CA certificates

You can upload two CA certificates (Root CA and an Intermediate CA) to the host computer and the device.

The following requirements must be met:

To upload two CA certificates:

  1. Convert both CAs from DER format to PEM format:
openssl x509 -inform der -in intermediate-ca.cer -out intermediate-ca.pem
openssl x509 -inform der -in root-ca.cer -out root-ca.pem
  1. Combine the CAs into a single file that is in PEM format, with .crt file extension:
copy intermediate-ca.pem + root-ca.pem certchain.crt
  1. On the host computer, launch the AnywhereUSB Configuration Utility interface.
    1. Select AnywhereUSB.
    2. Click Configure.
    3. In the Digital Certificate section, browse for: certchain.crt
    4. Click Update.
  2. On the device, open the AnywhereUSB web interface.
    1. Select Administration > X.509 Certificate/Key Management.
    2. Click Secure Sockets Layer (SSL)/Transport Layer Security (TLS) Certificates.
    3. Click Identity Certificates and Keys.
  3. Upload the end user certificate, which is the .pem file, signed by the Intermediate CA.
    1. If necessary, convert the CA from DER format to PEM format.
    2. Click Choose File and browse to the .pem file.
    3. Click Upload.
  4. Upload the private key associated with the end user certificate.
    1. Click Choose File and browse to the private key file.
    2. Click Upload.