Versions Compared

Key

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

...


6. Copy the following files from the old Windows machine to the home folder of the Linux machine:

    C:\Program Files\Deepnet DualShield\certs\*.*

    C:\Program Files\Deepnet DualShield\config\appsso-metadata.xml    C:\Program Files\Deepnet DualShield\config\dbenc.jks

    C:\Program Files\Deepnet DualShield\config\storeconf.xml

...

    C:\Program Files\Deepnet DualShield\config\location.properties

    to the new machine in the same folders and overwrite those files on the new machine.

7. Copy the "cacerts" file in the folder below from the old machine,

       C:\Program Files\Deepnet DualShield\jre\lib\security\cacerts


 7.   'cd' back to your home folder and move the files from the home folder to inside the Dualshield install folder

Code Block
sudo cp -r certs /opt/dualshield/certs
sudo cp -r dbenc.jks /opt/dualshield/config/dbenc.jks
sudo cp -r storeconf.xml /opt/dualshield/config/storeconf.xml
sudo cp -r server-uuid /opt/dualshield/config/server-uuid
sudo cp -r location.properties /opt/dualshield/config/location.properties

8. Edit the storeconf.xml file and change the store location to

Code Block
/opt/dualshield/config/dbenc.jks

Image Added

Code Block
sudo nano /opt/dualshield/config/storeconf.xml




8. Import the cacerts file.  Run the commands as below, but ignore the warnings about the JKS store using a proprietary format.    to the new machine in a folder, say: C:\temp
8. Execute the following commands in the Windows console on the new machine:

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

...