-
Language:
English
-
Language:
English
Red Hat Training
A Red Hat training course is available for Red Hat JBoss Web Server
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
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.