TCIA Certificate Update - RubinLab/epad-ws GitHub Wiki

  • Download the current certificate from TCIA.

In Firefox:

  • Open TCIA web site
  • Click the lock sign
  • Click show and export.
  • Copy the certificate to the epad instance
  • Run which java in your epad instance
  • Run ls -al <the result of which java> to get the actual java path
  • Run sudo /usr/lib/jvm/java/bin/keytool -import -keystore <actual java path>/jre/lib/security/cacerts -file <certificate path>
  • If you haven't change it, the password for keystore is changeit
  • Restart epad by running ./epad-start.sh in ~/DicomProxy/bin