More > JRiver Media Center 25 for Linux

Linux - Master License question

<< < (3/3)

bob:
The current .debs for MC have a copy of the debian stock ca-certificates.crt in the program directory:
/usr/lib/jriver/Media Center 25
and a symlink from there to the stock debian one:

--- Code: ---ls -l /usr/lib/jriver/Media\ Center\ 25/*.crt
lrwxrwxrwx 1 root root     34 Jun 21 11:37 /usr/lib/jriver/Media Center 25/ca-certificates.crt -> /etc/ssl/certs/ca-certificates.crt
-rw-r--r-- 1 root root 238046 Jul 26  2018 /usr/lib/jriver/Media Center 25/local-ca-certificates.crt

--- End code ---
So if the one on your system is in a different place, just change the symlink.

--- Code: ---cd /usr/lib/jriver/Media\ Center\ 25
sudo rm ca-certificates.crt
sudo ln -s /path/to/my/cert.crt ca-certificates.crt

--- End code ---
If you don't have one at all change the symlink to the one in the program directory.

--- Code: ---cd /usr/lib/jriver/Media\ Center\ 25
sudo rm ca-certificates.crt
sudo ln -s local-ca-certificates.crt ca-certificates.crt
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version