Versions Compared

Key

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

...

    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

    to the new machine in a folder, say: C:\oldcacertstemp

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:\oldcacertstemp\cacerts -srcstorepass changeit -destkeystore cacerts -dest storepass changeit -srcalias dualultimateca -noprompt

...