There is an issue that may cause when a user trying to import private certificates from PKCS #12 forms of files. The user receives an error message indicating "invalid object" as a result of importing the certificate and its associated {F4020852}private key.
Description
Description
Details
Details
- Version
- 4.0.3
Related Objects
Related Objects
Event Timeline
Comment Actions
I believe that this error is caused by a software bug of Gpg4win. Please get back to me if you need additional details about this issue, thanks
Comment Actions
To identify/locate the issue, you can try command line:
$ gpgsm --import YOUR_PKCS_12_FILE
You can add -v or -vv option for verbose output. You can also try --debug-all option to see what's going on.
Comment Actions
This issue happens even if a user enters the correct password for the private certificate.