Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
793 stars 187 forks source link

Unable to add CA Certificate to ICA client #667

Closed orioldelos closed 3 years ago

orioldelos commented 3 years ago

Hi, I have been trying for a while to add a CA certificate to the ICA client but I can't figure out how.

What I have done so far is the following:

My understanding is that in order to install the same certificate into the thinstation ICA client, I simply need to copy that same certificate into the "/build/packages/ica/opt/Citrix/ICAClient/keystore/cacerts" directory and then the finalize script will take care of the rehashing when I build the ISO image.

Having done that though, the certificate is still not recognized. When trying to connect I get the error that the go-dady CA authority certificate is not trusted.

Any ideas on what I might be doing wrong?

Thinstation commented 3 years ago

Try these instructions.

https://github.com/Thinstation/thinstation/wiki/Certificates

orioldelos commented 3 years ago

It worked great. thanks