Re: Citrix receiver and certificates on CentOS 7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Le 22/04/2019 à 12:50, Nicolas Kovacs a écrit :
> The application's certificate store is incomplete, so here's how I
> resolved the problem under OpenSUSE :
> 
>   # cd /opt/Citrix/ICAClient/keystore/
>   # rm -rf cacerts/
>   # ln -s /etc/ssl/certs cacerts
> 
> Once this is done, Citric Receiver works perfectly under OpenSUSE.
> 
> Now I tried to do the same thing under CentOS 7. The certificates are
> stored in a different directory, so here's what I did.
> 
>   # cd /opt/Citrix/ICAClient/keystore/
>   # rm -rf cacerts/
>   # ln -s /etc/pki/tls/certs cacerts
> 
> Unfortunately this doesn't seem to work. Which leaves me clueless.

I investigated this a little further and found the following workaround.

  # cd /opt/Citrix/ICAClient/keystore/
  # rm -rf cacerts
  # scp -r opensuse-pc:/etc/ssl/certs .
  # mv certs cacerts

This works perfectly, but now I wonder if I can make this work somehow
without having to rely on an existing OpenSUSE installation.

Any suggestions ?

Cheers,

Niki

-- 
Microlinux - Solutions informatiques durables
7, place de l'église - 30730 Montpezat
Site : https://www.microlinux.fr
Mail : info@xxxxxxxxxxxxx
Tél. : 04 66 63 10 32
Mob. : 06 51 80 12 12
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]


  Powered by Linux