From 43c63468f6e8b858376cc484dd317324aef86d31 Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 31 Aug 2011 18:27:29 +0000 Subject: Help update * Default 404 page for BKUOnline (TODO: links) * CACert help moved to webstart only * Config file help update git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@969 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../main/webappOverlay/help/de/help.config.html | 21 ++++++-- .../webappOverlay/help/de/help.install.cacert.html | 58 ++++++++++++++++++++++ .../src/main/webappOverlay/help/help.config.html | 21 ++++++-- .../webappOverlay/help/help.install.cacert.html | 58 ++++++++++++++++++++++ 4 files changed, 152 insertions(+), 6 deletions(-) create mode 100644 BKUHelpWebStart/src/main/webappOverlay/help/de/help.install.cacert.html create mode 100644 BKUHelpWebStart/src/main/webappOverlay/help/help.install.cacert.html (limited to 'BKUHelpWebStart/src') diff --git a/BKUHelpWebStart/src/main/webappOverlay/help/de/help.config.html b/BKUHelpWebStart/src/main/webappOverlay/help/de/help.config.html index ccdc99e7..242fa744 100644 --- a/BKUHelpWebStart/src/main/webappOverlay/help/de/help.config.html +++ b/BKUHelpWebStart/src/main/webappOverlay/help/de/help.config.html @@ -40,17 +40,32 @@

Im .mocca-Verzeichnis finde sie die Konfigurationsdatei unter .mocca/conf/configuration.xml. Diese Datei können Sie mit einem beliebigen Editor ansehen und bearbeiten; es handelt sich um eine Text-Datei im XML-Format.

-

Beispielkonfiguration:

+

Beispielkonfiguration:

<?xml version="1.0" encoding="UTF-8"?>
 
 <MoccaConfiguration version="1.0">
   <CCID>
     <disablePinpad>true</disablePinpad>
   </CCID>
+  <SSL>
+    <certDirectory>../certs/certStore</certDirectory>
+    <caDirectory>../certs/trustStore</caDirectory>
+  </SSL>
 </MoccaConfiguration>
 
-

Mittels dieser Konfiguration verzichten Sie bei Pinpad-Kartenlesern auf die Eingabe über die Tastatur Ihres Kartenlesers, - und können stattdessen die Tastatur verwenden. Beachten Sie dabei die Sicherheitshinweise auf der Pinpad-Hilfeseite.

+

Konfigurationsparameter:

+