Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
    cd C:\Program Files\Deepnet DualShield\mysql\bin\
    mysql -uroot -p -e "drop database dualshield"
	mysql -uroot -p -e "create database dualshield DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci"
    mysql -uroot -p dualshield < c:\dualshield.sql

...

Code Block
    cd C:\Program Files\Deepnet DualShield\jre\lib\security\
    ..\..\bin\keytool -importkeystore -srckeystore c:\temp\cacerts -srcstorepass changeit -destkeystore cacerts -deststorepass changeit -srcalias dualultimateca -noprompt
	..\..\bin\keytool -importkeystore -srckeystore c:\temp\cacerts -srcstorepass changeit -destkeystore cacerts -deststorepass changeit -srcalias deepnetownca -noprompt


 9. Start the DualShield service on the new machine

...