Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for OCSP Responder 6.2.2

This article describes how to install Nexus OCSP Responder on Linux.

Prerequisites

Expand
titlePrerequisites

See Nexus OCSP Responder requirements and interoperability

Install Nexus OCSP Responder

Expand
titleDownload the installation file
  1. Download nexus-ocsp-linux-release-6.x-release.zip located inNexus support download area support.nexusgroup.com
  2. Unpack the Nexus OCSP distribution nexus-ocsp-linux-release-6.x-release.zip into any desired directory.


Expand
titleStart installation and select license file
  1. Use a root or sudo user to install the service.

  2. Follow these steps:

    Code Block
    // Change directory to where the zip was unpacked
    » cd unzippedDir/Installation\
    for\ Linux
    // Set file permissions
    » chmod a+x install.sh
    // Run the installation script with the help flag for information and options
    » ./install.sh -h
    // Run the install script with sudo or root rights and follow the instructions
    » sudo ./install.sh -f


  3. Pass the license file to the installation script with the -l flag and a path to the license file in question. It can also be copied to the license folder, in the configuration folder, after the installation is completed.

  4. Set up and specify a service user when installing the OCSP service. This user will have minimal permissions for running the system, and nothing else. All configuration etc. shall be done by root/sudo users who administer the system.


Expand
titleStart Nexus OCSP Responder

The service is installed and configured to be started when the system boots. Otherwise, the service can be started, stopped and restarted as any other service with the service command.

  1. To start Nexus OSCP Responder:

    Code Block
    // Start
    » service nexus-ocsp start


  2. To stop Nexus OCSP Responder:

    Code Block
    // Stop
    » service nexus-ocsp stop


  3. To restart Nexus OCSP Responder:

    Code Block
    // Re-start
    » service nexus-ocsp restart


Uninstall OCSP Responder

Expand
titleUninstall OCSP Responder
  1. Stop the Nexus OCSP service.

    Code Block
    » service nexus-ocsp stop


  2. Remove the service and symlinks.

    Code Block
    » chkconfigsystemctl --deldisable nexus-ocsp
    » rm /etc/init.dsystemd/system/nexus-ocsp.service


  3. Remove the directory <install root>.

    Code Block
    » rm -rf <install root>