dealfonso / sapp

Simple and Agnostic PDF Document Parser in PHP - sign PDF docs using PHP
GNU Lesser General Public License v3.0
110 stars 29 forks source link

Certificate chain not included in signature. #65

Closed hidasw closed 4 months ago

hidasw commented 4 months ago

Trying to signing pdf with pkcs12 (CA chain included). But in the signed pdf result, theres no chain certificate shown, just single signer certificate shown. Is there additional options or parameters to include chain certificates?

erikn69 commented 4 months ago

Maybe #61 ???

dealfonso commented 4 months ago

hi, #61 is supposed to give that option. Please test it and let me know

hidasw commented 4 months ago

yes its works.