I am experiencing an error when trying to sign a PDF document using a .pfx
certificate through your API tester:
https://reference.groupdocs.cloud/signature/#/Sign/CreateSignatures
The signing operation fails with the following response:
“error”: {
“code”: “internalError”,
“message”: “Sign document error: Digital certificate for ExternalSignature has wrong format. Description: Object reference not set to an instance of an object.”,
“description”: “Operation Failed. Internal error.”,
“dateTime”: “2025-06-02T14:54:03.9285029Z”
}
I have tried this using both a test certificate and an official digital identification certificate, but the same error occurs in both cases.
The .pfx
file is successfully uploaded to cloud storage and referenced correctly in the certificateFilePath
field of the request. Could you please clarify what certificate format or requirements are expected by your system to perform a digital signature?
Thank you in advance for your help.