How can I import a PFX certificate into a System Store from a file.
The following does not work:
certmgr -add mycert.pfx -s my
The error I recieve is:
Failed to open the source store
I think it has something to do with the encoding (-e) flag, but I can't
find ANY documentation on this.
I don't think that certmgr supports password protected pkcs12 files. You can
use CAPICOM to do that very easily. See CAPICOM Store.Load(...)
- Mitch
> How can I import a PFX certificate into a System Store from a file.
> The following does not work:
[quoted text clipped - 6 lines]
> I think it has something to do with the encoding (-e) flag, but I can't
> find ANY documentation on this.
Mitch Gallant - 26 Apr 2006 22:55 GMT
I believe that certutil tool will do that.
- Mitch
>I don't think that certmgr supports password protected pkcs12 files. You
>can use CAPICOM to do that very easily. See CAPICOM Store.Load(...)
[quoted text clipped - 10 lines]
>> I think it has something to do with the encoding (-e) flag, but I can't
>> find ANY documentation on this.