/etc/.java/deployment/deployment.config
deployment.system.config=file:/etc/.java/deployment/deployment.properties
/etc/.java/deployment/deployment.properties
deployment.security.mixcode=HIDE_RUN
On one workstation visit bcesis and store all certificates. You will need to visit the round-robin of servers to gather all 3 bcesis certs:
https://bcesis2.isw-bc.ca/forms/frmservlet?config=sispr
https://bcesis3.isw-bc.ca/forms/frmservlet?config=sispr
https://bcesis4.isw-bc.ca/forms/frmservlet?config=sispr
Open: Java ControlPanel => Security => Certificates...
Export each of the 5 Certificates, one at a time. (BCeSIS x3; The Administrative Assistant Ltd.; Oracle America, Inc.). I saved them as: bcesis1.cert bcesis2.cert bcesis3.cert taa.cert and oracle.cert. For the next commands you will have to:
/usr/local/jre1.6.0_37/bin/keytool -importcert -alias bcesis1 -file "bcesis1.cert" -keystore "/usr/local/jre1.6.0_37/lib/security/trusted.certs" -storepass "MySecretPassword" -noprompt... bcesis3 bcesis3.cert ...
/usr/local/jre1.6.0_37/bin/keytool -importcert -alias bcesis2 -file "bcesis2.cert" -keystore "/usr/local/jre1.6.0_37/lib/security/trusted.certs" -storepass "MySecretPassword" -noprompt