Uninstallation Procedure

Prior to uninstalling, please ensure that you have a proper backup of the OCSPd component. Once uninstalled, all the OCSPd data will be irremediably lost!

Uninstalling OCSPd consists in uninstalling:

  • The OCSPd service;

  • The NGINX service.

Uninstalling OCSPd

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

Step 2: Uninstall OCSPd with the following commands:

# /etc/init.d/ocspd stop
# yum remove ocspd
# rm -rf /opt/ocspd
# rm -rf /var/log/ocspd
# rm -f /etc/default/ocspd

Uninstalling NGINX

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

Step 2: Uninstall NGINX with the following commands:

# /etc/init.d/nginx stop
# yum remove nginx
# rm -rf /etc/nginx
# rm -rf /var/log/nginx