...
7. Import the cacerts file. Run the following commands, but ignore the warnings about the JKS store using a proprietary format.
Code Block |
---|
cd /opt/dualShield/jre/lib/security |
...
/ /opt/dualShield/jre/bin/keytool -importkeystore -srckeystore /home/[username]/cacerts -srcstorepass changeit -destkeystore cacerts -deststorepass changeit -srcalias dualultimateca -noprompt /opt/dualShield/jre/bin/keytool -importkeystore -srckeystore /home/[username]/cacerts -srcstorepass changeit -destkeystore cacerts -deststorepass changeit -srcalias deepnetownca -noprompt |
10. Start the DualShield service on the new machine
...