Download nexus-ocsp-linux-release-6.x.ziplocated inNexus support download area support.nexusgroup.com
Unpack the Nexus OCSP distribution nexus-ocsp-linux-release-6.x.zipinto any desired directory.
Start installation and select license file
Use a root or sudo user to install the service.
Follow these steps:
// Change directory to where the zip was unpacked
» cd unzippedDir/Installation
// 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
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.
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.
Start 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.