From 620e183aa206236433a9b1985283bf56429f9250 Mon Sep 17 00:00:00 2001 From: tkellner Date: Tue, 31 Jul 2012 09:33:14 +0000 Subject: Document new config parameters git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1119 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/src/site/apt/configuration.apt | 42 +++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) (limited to 'bkucommon') diff --git a/bkucommon/src/site/apt/configuration.apt b/bkucommon/src/site/apt/configuration.apt index 1a35014f..9ecb1eee 100644 --- a/bkucommon/src/site/apt/configuration.apt +++ b/bkucommon/src/site/apt/configuration.apt @@ -45,7 +45,11 @@ MOCCA Configuration This allows to prevent infinite request loops caused by erroneous server implementations. Default: <<<50>>> - + + [<<>>] A list of allowed DataURLs, separated by commas. + The entries are interpreted as {{{http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html}regular expressions}}. + If this list is not present, any DataURL will be accepted. If it is empty, all DataURLs will be rejected. + [<<>>] Controls if to-be signed data is validated for conformity with the {{{http://www.buergerkarte.at/konzept/securitylayer/spezifikation/aktuell/viewerformat/ViewerFormat.en.html}standardised viewer format}} of the Austrian Citizen Card specification. Default: <<>> @@ -68,7 +72,7 @@ MOCCA Configuration [<<>>] Comma-separated (ordered) list of revocation services to be used, e.g. "<<>>". Any revocation service not contained in the list will be disabled. - Default: <<>> + Default: <<>> [] @@ -83,11 +87,14 @@ MOCCA Configuration Default: <<>> [<<>>] May be specified to set the product name given by the <<>> and <<>> HTTP headers as specified by {{{http://www.buergerkarte.at/konzept/securitylayer/spezifikation/aktuell/bindings/bindings.en.html#http}HTTP binding}}. - + + [<<>>] May be specified to set the product version given by the <<>> and <<>> HTTP headers as specified by {{{http://www.buergerkarte.at/konzept/securitylayer/spezifikation/aktuell/bindings/bindings.en.html#http}HTTP binding}}. + [<<>>] May be specified to set the <<>> HTTP header. + [<<>>] Citizen Card Environment access control configuration file @@ -96,6 +103,35 @@ MOCCA Configuration Default: <<>> + [<<>>] The hash algorithm defaults to SHA-1. + If this option is set, SHA-256 or RIPEMD-160 are used, depending on card support. + + Default: <<>> + + [<<>>] By default, provided StylesheetURLs will be ignored. + To enable this feature, set this to true. + + Default: <<>> + + [<<>>] Use provided key and certificate files instead of a smart card. + This feature expects the following files: + + * <<>>: keystore containing the secure signature key pair (under the friendly name <<>>) + + * <<>>: plain text file containing the password of the above key store + + * <<>>: corresponding certificate + + * <<>>: keystore containing the certified key pair (under the friendly name <<>>) + + * <<>>: plain text file containing the password of the above key store + + * <<>>: corresponding certificate + + [] + + Default: <<>> + ** MOCCA Local Only Configuration Parameters [<<>>] -- cgit v1.2.3