You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Reading the docs i can't find an example of how to sign un p12 certificate, i tried using one in base64 but nothing happens,
Mi question is, pkcs7 format requires public and private files to be separated, to sign the PDF, i can convert the p12 to pkcs7 dividing the two types (public and private), but when calling signPdf function, what do i use? private or public certificate? can you help me out on this?
The text was updated successfully, but these errors were encountered:
Hello,
Reading the docs i can't find an example of how to sign un p12 certificate, i tried using one in base64 but nothing happens,
Mi question is, pkcs7 format requires public and private files to be separated, to sign the PDF, i can convert the p12 to pkcs7 dividing the two types (public and private), but when calling signPdf function, what do i use? private or public certificate? can you help me out on this?
The text was updated successfully, but these errors were encountered: