Question

I'm exploring a case where the stored certificate must be extracted for using with OpenSSL's (C++ application). It is imported to Local Computer\Personal store, and had contained a password-protected private key.

What will be available to me via MS CryptoAPI?

What I want to is to either retrieve the original certificate, or its private key in either password-protected or unprotected form. Is it possible? Or CryptoAPI isn't intended for providing certificate copies and I shall use its functions instead of using OpenSSL?

Was it helpful?

Solution

What I want to is to either retrieve the original certificate, or its private key in either password-protected or unprotected form. Is it possible?

Yes, you can export your PFX from certificate store using cryptoAPI with PFXExportCertStore

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top