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>


  5. Double-click the certificate file (.CRT).
  6. Click Install Certificate.
  7. Select Current User and click Next.
  8. Select Place all certificates in the following store and click Browse.
  9. In the Select Certificate Store dialog, select the Trusted Root Certification Authorities folder and click OK.
  10. Proceed with the certificate import wizard to continue the installation.

After that, DataHub can now be connected to using OAuth.

...