diff options
author | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-03-17 21:13:42 +0100 |
---|---|---|
committer | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-03-17 21:13:42 +0100 |
commit | 51a43cf305020f780c52cfe1d70e793be9391f16 (patch) | |
tree | a4c65e852960a9f0b9dbe820bfa170f5c77d5074 /spss/handbook/conf | |
parent | 403896aef0f9d3c76bbfcf3e970ae7dbc983ffd4 (diff) | |
download | moa-id-spss-51a43cf305020f780c52cfe1d70e793be9391f16.tar.gz moa-id-spss-51a43cf305020f780c52cfe1d70e793be9391f16.tar.bz2 moa-id-spss-51a43cf305020f780c52cfe1d70e793be9391f16.zip |
Update to version 2.0.0 (pom, handbook, etc.)
Handbook usage updated (TSL example added)
Update TSL handling
Diffstat (limited to 'spss/handbook/conf')
-rw-r--r-- | spss/handbook/conf/moa-spss/log4j.properties | 2 | ||||
-rw-r--r-- | spss/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/spss/handbook/conf/moa-spss/log4j.properties b/spss/handbook/conf/moa-spss/log4j.properties index 02b767b87..67bd58309 100644 --- a/spss/handbook/conf/moa-spss/log4j.properties +++ b/spss/handbook/conf/moa-spss/log4j.properties @@ -8,7 +8,7 @@ org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.Log4jFacto # Configure root logger and loggers for moa-spss log4j.rootLogger=info, stdout log4j.logger.moa.spss.server=info, moaspss -log4j.logger.iaik.server=info, moaspss +log4j.logger.iaik.server=warn, moaspss # Configure the 'stdout' appender to write logging output to the console log4j.appender.stdout=org.apache.log4j.ConsoleAppender diff --git a/spss/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml b/spss/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml index 79345890a..8d7541b73 100644 --- a/spss/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml +++ b/spss/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml @@ -119,13 +119,13 @@ </cfg:RevocationChecking>
<!-- Optionale Angabe einer TSL Konfiguration-->
<!-- Wichtig: Das WorkingDirectory muss jedenfalls den Unterordner „trust“ aus der Beispielkonfiguration beinhalten. -->
- <cfg:TSLConfiguration>
+ <!-- <cfg:TSLConfiguration>
<cfg:UpdateSchedule>
<cfg:StartTime>02:00:00</cfg:StartTime>
<cfg:Period>86400000</cfg:Period>
</cfg:UpdateSchedule>
<cfg:WorkingDirectory>tslworking</cfg:WorkingDirectory>
- </cfg:TSLConfiguration>
+ </cfg:TSLConfiguration>-->
</cfg:CertificateValidation>
</cfg:SignatureVerification>
</cfg:MOAConfiguration>
|