Skip to content

Installing the Internal Root CA Certificate on an Anyware Client for Linux

Your root CA certificate must be installed in any Anyware client that will be used to connect to the Anyware Agent.

Active Directory group policies

For information on using Active Directory Group Policy to distribute certificates to client computers, see http://technet.microsoft.com/en-us/library/cc772491.aspx.

Important: Root CA Certificate must have a .crt extension

You must change the root CA certificate's extension from .pem to .crt before installing it on a Anyware Software Client.

Installing a Root Certificate on Ubuntu and Debian

  1. Copy the certificate to the folder /usr/local/share/ca-certificates/extra. You may need to create the /extra folder.
  2. Update the certificate store with the following command:
    update-ca-certificates
    
  3. Remove the certificate from the folder.
  4. Update the certificate store with the following command:
    update-ca-certificates --fresh