I am new to ssl environment, please bear with me.
The information what I know I am putting here.
By reading the different page of openssl OCSP
- https://raymii.org/s/articles/OpenSSL_Manually_Verify_a_certificate_against_an_OCSP.html
- https://akshayranganath.github.io/OCSP-Validation-With-Openssl/
- https://www.openssl.org/docs/man1.0.2/man1/ocsp.html
I started the server successfully for one issuer by understanding from this post https://stackoverflow.com/a/40877330/358458.
Note that one process uses one 'database' file and supports one issuer. If you need more than one issuer, you could run several processes on different ports and/or different addresses on a machine with multiple addresses.
I have two basic questions, please correct me the questions are invalid.
- Is OCSP responder is same for multiple issuers? If so how to make OCSP responder busy?
- If not how to make singe issuer responder busy? using any script or more number of requests to?