Closed dmitry-kosar closed 1 year ago
@dmitry-kosar At https://www.ssl.com/guide/how-to-use-pre-signing-malware-scan-with-ssl-com-esigner/ there is how to disable malware scan for the certificate you are using. If you want to use the malware scan service in the batch_sign process, you must set the malware_block
parameter to true
. I worked on this in the develop branch.
I'm getting the following error when signing
.exe
files using batch_signError: hash needs to be scanned first before submitting for signing: <hash_value>
. There are no mentions of such an error in the documentation.What does this error mean? Do I need to do some extra steps to prepare file before calling batch_sign? Or there can be an issue with the file itself?