> I am trying to decrypt HTTPS traffic using an exported certificate from a
> W2003 Server using the MMC "certmgr" "snapin".
Not being an expert, I can only tell you how *I* got it to work. I
exported my cert in IIS as a pfx file, and then import it via openssl.
I did something like so:
$ ope
Hi all,
I am trying to decrypt HTTPS traffic using an exported certificate from a W2003
Server using the MMC "certmgr" "snapin".
I have the following export options :-
DER encoded X509 (.CER)
Base-64 X509 (.CER)
PKCS7 (.P7B)
I would have prefered exporting as PCKS12, as I have been able to suc