-
Notifications
You must be signed in to change notification settings - Fork 4
TCIA Certificate Update
Emel Alkim edited this page Jan 6, 2017
·
1 revision
- 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
Intro
Getting started
How it works
- Automated processes
- PNG generation
- Nightly tasks
- Uploads
- Segmentation object generation
- Aimapi UID Generation
Configuration
- Configuring SSL in ePAD Server
- Configuring your ePAD server
- Configuring your ePAD UI
- Increase disk space in the VM
Plugins