Hello,
I have downloaded sst (serialized store ) files from Microsoft site. I need to add/delete certs from these files into java keystore. What is the best way of doing that?
certmgr.msc can add files to windows certificate stores, but then I can 't get them out effectively (not knowing which one were added/deleted etc)
I downloaded certmgr.exe which can load the sst file, but -v option will not show certificates at all (just publc key etc). What I need is a utility to convert sst files into certificate in pem format, which I can upload where ever I want using openssl.
I am not a powershell person, but even tried that without much sucess.. any suggestions?
Mara