Script zum anbringen einer elektronischen Signatur an PDFs und anschließendem zusenden an die entsprechenden Empfänger.
This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-01-06 19:14:35 +01:00
bin Email body outsourced to a template engine. 2020-01-06 19:05:36 +01:00
dokumentation Initialer Commit 2019-01-03 11:55:46 +01:00
pdfs_signed Initialer Commit 2019-01-03 11:55:46 +01:00
pdfs_unsigned Initialer Commit 2019-01-03 11:55:46 +01:00
templates Email body outsourced to a template engine. 2020-01-06 19:05:36 +01:00
.gitignore Mails are now handled by a separate class. 2020-01-05 17:06:47 +01:00
config.example A copy of the sent email will be saved in the specified IMAP-folder. 2020-01-05 20:33:21 +01:00
elezube.py commentary 2020-01-06 19:14:35 +01:00
LICENSE Add LICENSE 2019-01-03 11:02:45 +00:00
README.md Initialer Commit 2019-01-03 11:55:46 +01:00

Dieses Script unterschreibt PDFs mit einer elektronischen Signatur und schickt das unterschriebene PDF anschließend an den Empfänger per Mail.

Vor dem Einsatz müssen Anpassungen vorgenommen werden:

  1. Die config.example muss in config umbenannt werden und ausgefüllt werden.
  2. In der Datei pdfsign.rb müssen die entsprechenden Pfade zu den Schlüsseln und Zertifikaten gesetzt werden.

Anschließend muss nur noch die elezube.py ausgeführt werden.