Skip to content

Commit

Permalink
use different certs
Browse files Browse the repository at this point in the history
  • Loading branch information
m32 committed May 5, 2023
1 parent 133f433 commit 20df6cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/pdf-sign-cms-twice-1.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def main():
"auto_sigfield": True,
"sigandcertify": True,
"signaturebox": (470, 840, 570, 640),
"signature": "Dokument podpisany cyfrowo ąćęłńóśżź",
"signature": "Podpis 1",
# "signature_img": "signature_test.png",
"contact": "contact:mak@trisoft.com.pl",
"contact": "demo1@demot.com.pl",
"location": "Szczecin",
"signingdate": date,
"reason": "Dokument podpisany cyfrowo aą cć eę lł nń oó sś zż zź",
Expand Down
4 changes: 2 additions & 2 deletions examples/pdf-sign-cms-twice-2.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def main():
"auto_sigfield": True,
"sigandcertify": True,
"signaturebox": (470, 640, 570, 440),
"signature": "Dokument podpisany cyfrowo ąćęłńóśżź",
"signature": "Podpis 2",
# "signature_img": "signature_test.png",
"contact": "contact:mak@trisoft.com.pl",
"contact": "contact:demo2@demot.com.pl",
"location": "Szczecin",
"signingdate": date,
"reason": "Dokument podpisany cyfrowo aą cć eę lł nń oó sś zż zź",
Expand Down

0 comments on commit 20df6cb

Please sign in to comment.