10.4. Verify the configuration
		You can use OpenSSL to verify your configuration.
	
openssl ocsp -issuer cacert.crt -cert client.cert -url http://HOST:PORT -CA ocsp_ca.cert -VAfile ocsp.cert
# openssl ocsp -issuer cacert.crt -cert client.cert -url http://HOST:PORT -CA ocsp_ca.cert -VAfile ocsp.cert
Note
-issueris the Certificate Authority certificate.-certis the Client certificate which you want to verify.-urlis the http server validating Certificate (OCSP).-CAis the CA certificate for verifying the httpd server certificate.-VAfileis the OCSP Responder certificate.