Skip to content

Instantly share code, notes, and snippets.

@ajai8085
Created July 8, 2020 07:09
Show Gist options
  • Save ajai8085/b9a96786b24ad07b2279c87378599749 to your computer and use it in GitHub Desktop.
Save ajai8085/b9a96786b24ad07b2279c87378599749 to your computer and use it in GitHub Desktop.

Installing and settingup citrix workspace on Fedora 32

  1. Download the latest version of citrix workspace app for linux form here https://www.citrix.com/en-au/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
  2. Direct download lik -> https://downloads.citrix.com/17904/ICAClient-rhel-20.06.0.15-0.x86_64.rpm?__gda__=1594195198_18044945221df16b768c3db047809453
  3. Open termial and navigate to Downloads folder and issue the command sudo rpm -i ICAClient-rhel-13.10.0.20-0.x86_64.rpm
  4. Download Server certificate -> (GoDaddy Secure Server Certificate (Intermediate Certificate) - G2) download .crt format https://ssl-ccp.godaddy.com/repository/gdig2.crt
  5. Open up terminal and issue the command and navigate to Downloads folder and issue the command sudo su make the commandline as root user
  6. followed by copying the certificate as admin user to citrix certificate store cp gdig2.crt /opt/Citrix/ICAClient/keystore/cacerts
  7. and then issue the command /opt/Citrix/ICAClient/util/ctx_rehash

references :: https://support.citrix.com/article/CTX231524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment