Versions Compared

Key

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

...

  1. Open the command prompt as an administrator.
  2. Go to the JRE security folder at <installation directory>\jre\lib\security.
  3. Copy the certificate file in the folder.
  4. Run the following keytool command

    Code Block
    languagetext
    ..\..\bin\keytool.exe -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -alias 'DNG_server' -file .\<cert_filename>


...