User Tools

Site Tools


pages:howtos:suse:install-citrix-workspace

Install Citrix Workspace

Download Citrix Workspace from

# as root
MYUSER="myuser"
MYPATH="/path/to/certificates/."
rpm -i /home/$MYUSER/Downloads/ICAClient-suse-21.4.0.11-0.x86_64.rpm

then install (possibly) required ca-certificates to /etc/pki/trust/anchors and link them into Citrix certstore

cp -av "/home/{$MYUSER}{$MYPATH}" /etc/pki/trust/anchors/
update-ca-certificates
cd /opt/Citrix/ICAClient/keystore/cacerts/
# repeat for each required certificate
ln -s /etc/pki/trust/anchors/example.crt ./example.crt

that should do the trick…


~~DISCUSSION~~

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/suse/install-citrix-workspace.txt · Last modified: 2021/12/09 23:31 by The Thing That Should Not Be