
(image source : https://ssl.trustwave.com/support/support-how-ssl-works.php)
In order to test Ocsp/Crl validation we need to send the client request with ssl certificates that have information about CRL and OCSP. For that we can add authorityInfoAccess and crlDistributionPoints extensions to certificates. Here I'm using openssl tool on linux terminal to create required certificates.
what we need to create:
step 1. RSA key to root CA
step...