Managing Services

Starting the OCSPd services

Step 1: Access the server through SSH with an account with administrative privileges;

Step 2: Start the ocspd service with the following command:

# /etc/init.d/ocspd start

Step 3: Start the nginx service with the following command:

# /etc/init.d/nginx start

Stopping the OCSPd services

Step 1: Access the server through SSH with an account with administrative privileges;

Step 2: Stop the ocspd service with the following command:

# /etc/init.d/ocspd stop

Step 3: Stop the nginx service with the following command:

# /etc/init.d/nginx stop