Page 1 of 1

Certificate-based signature not working when i move Bullzip to new computer

Posted: Sun Feb 11, 2024 1:39 pm
by szipet
Hi,

i used Bullzip for years to add my own certificate-based signature to my pdf docs created with vba on my pc.
Now i've tried to copy/move Bullzip to a new laptop.

I copied the pfx file and all the Bullzip settings files, but i receive an error message when creating the pdf:
"Error - 2146233088: The given network password is not correct
Source: Bullzip.PdfWriter"

If i delete the lines from my vba code which add the digital signature, then it works.

The code:
.SetValue "SignCertificate", "C:\myownsignature.pfx"
.SetValue "SignPassword", "ENCRYPTED=AQAAANC..." (very long line)
.SetValue "ShowSignature", "yes"

What am i missing? How can i solve this problem?

Thank You,
Peter