citrix under Arch
First time getting Citrix running under Arch instead of Debian. Most straightforward one yet, thanks mostly to an updated installer from Citrix themselves.
Download it from: http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-13-2.html
unpack it and run:
sudo ./setupwfc [go through install steps]
that should pretty much do it, apart from sorting out the browser certs, which I finally managed using (I think) the following command:
sudo ln -sf /etc/ssl/certs/* /opt/Citrix/ICAClient/keystore/cacerts/
having tried all kinds of other stuff I googled.
https://wiki.archlinux.org/index.php/Citrix#Security_Certificates
Download it from: http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-13-2.html
unpack it and run:
sudo ./setupwfc [go through install steps]
that should pretty much do it, apart from sorting out the browser certs, which I finally managed using (I think) the following command:
sudo ln -sf /etc/ssl/certs/* /opt/Citrix/ICAClient/keystore/cacerts/
having tried all kinds of other stuff I googled.
https://wiki.archlinux.org/index.php/Citrix#Security_Certificates
Comments
Post a Comment