Using OpenSSL OCSP Utility

As mentioned previously, OpenSSL‘s OCSP utility is used for example purposes, and the example uses the “Common Issuer Model”.

The following command should be entered in the Linux Server for OCSP Responder:
$openssl ocsp -port 2561 -text -index index.txt -CA exosCAcert.crt 
-rkey exosCAkey.pem -rsigner exosCAcert.crt