...
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
If the DualShield uses a local MySQL database, then export the DaulShield database
Copy the database file "dualshield.sql" from the Windows machine to the home folder of the Linux machine, and import it into the database Run the following commands to import the dualshield.sql file... (for the last command replace [username] with the account name used to log into Linux CLI
|
...
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 |
8. Start the DualShield service on the new machine
Code Block |
---|
sudo systemctl start dualshield |
...