Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated link.

...

  1. Optional: Adapt the old configuration in <install root>/conf with the new functionality, described in the /wiki/spaces/ID/pages/729382914 release note, in Nexus OCSP Responder. The reference configuration can be found in nexus-ocsp-6.x/config/ocsp.conf in nexus-ocsp-linux-6.x.tgz.

  2. Optional: If Java 17 is not installed as default Java:

    1. Edit the file <install_root>/bin/ nexus-ocsp.conf 

    2. Add this line at the end of the file:

      Code Block
      JAVA=<path_to_bin_java_in_jre_17>
  3. Start the Nexus OCSP service.

    Code Block
    // Start
    » service nexus-ocsp start

...