Versions Compared

Key

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

...

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

Code Block
sudo nano /opt/dualshield/config/dbencstoreconf.jksxml

and change the store location toImage Removed

Code Block
sudo nano /opt/dualshield/config/storeconfdbenc.xmljks

Image Added




89. Import the cacerts file.  Run the following commands as below, but ignore the warnings about the JKS store using a proprietary format.

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

...