...
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.
Optional: If Java 17 is not installed as default Java:
Edit the file <install_root>/bin/ nexus-ocsp.conf
Add this line at the end of the file:
Code Block JAVA=<path_to_bin_java_in_jre_17>
Start the Nexus OCSP service.
Code Block // Start » service nexus-ocsp start
...