I am working on a Web security project.
The client applies for a X509 certificate through a Web interface of a
Certificate Authority (CA).
The PKCS#10 request is generated by Internet Explorer via a segment of
VBscript code. The request is then sent to the CA. Please note that the
PKCS#10 request is generated and sent in the background. In other words, it
is invisible to the developer.
I want to write a servlet on the CA server side to catch (or extract) the
PKCS#10 request and do something ab