From 98aa0a4145bbc5f8f9ea1b89263615bb34277d7b Mon Sep 17 00:00:00 2001 From: Christoph Jobst Date: Mon, 22 Sep 2014 23:59:38 +0200 Subject: [PATCH] Add concrete usage to readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9627a43..7c0726f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### Digital signature and timestamp for exams in ILIAS 4.4 ### This plugin will add a digital signature to the PDF generated after exams, if the corresponding flag in the testoptions is set. -It uses the free DFN-timestamp-service and the RFC-3161 standard („Internet X.509 Public Key Infrastructure Time-Stamp Protocol (TSP)“). +It uses the free DFN-timestamp-service with the RFC-3161 standard („Internet X.509 Public Key Infrastructure Time-Stamp Protocol (TSP)“). ### Usage ### @@ -15,14 +15,19 @@ and activate it in the ILIAS-Admin-GUI. Upload a certificate. For testing create your own certificate e.g. with the Java Keytool: * keytool -genkey -keyalg RSA -alias selfsigned -keystore key.keystore -storepass password -validity 360 -keysize 2048 +Before the test, activate: +* Enable Archiving +* Digitally sign test submissions + +After the test create the export "Test Archive File". The signed PDFs will be stored inside. ### Build ### The Repo contains * the main files for the signPDF.jar at /SignPdf -* the general plugincode for ILIAS as /signatureRFC3161 +* the general plugincode for ILIAS at /signatureRFC3161 -The .jar has to be stored in /plugin/resources for the plugin to work. +The .jar has to be stored in /signatureRFC3161/resources for the plugin to work. ### Credits ###