Skip to content

Installing the Internal Root CA Certificate in a PCoIP Client

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

Installing Root CA Certificates in the PCoIP Software Client for Linux

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 PCoIP 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
    

Installing a Root Certificate on CentOS and RHEL

  1. Copy the certificate to the folder /etc/pki/ca-trust/source/anchors.
  2. Update the certificate store with the following command:
    update-ca-trust extract
    
  3. Remove the certificate from the folder.
  4. Update the certificate store with the following command:
    update-ca-trust