Hello All,
I recently made a dump from a communication session between a verisign
CA and an IPsec client. I tried to find out what system they are using
to do the online CERT request etc.. I know they are using somekind of
pkcs7/pkcs10 system, like the SMIME CRS.. But i can't figure out how i
can process the request so that openssl can sign it for me and return
the certificate.
Maybe somebody can have a look at these files and give me some
hints/pointers?
the file request.der is the request i captured from the IPSec client, is
should be a cert request. response.der is the response from the server,
it should be somethink like, received the cert, please wait for
approval. The original response was base64 encoded.. But this format is
easier to parse with asn1parse...
Thanx,
Hugo
request.der
response.der