A certificate you require is not pre-installed in IGEL OS and, for some reason, you do not want to use the IGEL Universal Management Suite (UMS) for certificate deployment, see Deploying Trusted Root Certificates in IGEL OS.  In this case, you can install certificates manually. A USB flash drive can be used for the manual import of certificates.



Importing SSL Certificates (ICA, RDP, Horizon)

If a CA certificate is missing for RDP, ICA, or VMware Horizon, you can copy it from a USB storage device to the endpoint device:

  1. Connect your USB storage device to the endpoint.

  2. Launch a Terminal session or press [CTRL]+[ALT]+[F11] to log in as ROOT on the Linux console of the endpoint.

  3. Create a directory for certificates:
    mkdir /wfs/ca-certs

  4. Change to the directory:
    cd /wfs/ca-certs

  5. Get the name of your USB storage device:
    ls /userhome/media

  6. Copy the certificate to the endpoint:
    cp /userhome/media// /wfs/ca-certs

  7. Check whether the certificate was transferred:
    ls -al /wfs/ca-certs

  8. End the terminal session or press [CTRL]+[ALT]+[F1] to exit the console.
The certificates you have saved will be available when you boot up the endpoint next time.

Installing Web Browser Certificates

Use the Firefox Certificate Manager in order to manually install web browser certificates:

  1. Open the IGEL Setup.

  2. Click Sessions > Firefox Browser > Firefox Browser Global > Certificates > View Certificates to open the Firefox Certificate Manager.


  3. In the Authorities tab, click Import... to import a new certificate from a directory or a USB flash drive.

Manually installed certificates will be saved permanently without any further configuration.