The name of the application is irrelevant.
Anyway, I think I figured it out:
- I placed the certificate here: /usr/share/ca-certificates/custom/Thawte_CS_CA_G2.crt (the directory custom didn't exist, so I created it).
- created file "/etc/ca-certificates.conf" and added line "custom/Thawte_CS_CA_G2.crt".
- finally I ran update-ca-certificate as root.
The last step created a link to the certificate in /etc/ssl/certs.
Code:
> ll /etc/ssl/certs/Thawte_CS_CA_G2.pem
lrwxrwxrwx 1 root users 53 Mar 14 19:25 /etc/ssl/certs/Thawte_CS_CA_G2.pem -> /usr/share/ca-certificates/custom/Thawte_CS_CA_G2.crt
Note: I'm not quite sure if the second step was necessary. Maybe someone more knowledgeable about this can comment.
Thanks.