From b43405cdb052201de6ef66d44e473cb74c55d4b0 Mon Sep 17 00:00:00 2001 From: mcentner Date: Fri, 7 May 2010 14:54:05 +0000 Subject: Updated project documentation. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@730 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- bkucommon/src/site/apt/configuration.apt | 87 ++++++++++++++++++++++++++++++++ bkucommon/src/site/site.xml | 4 ++ 2 files changed, 91 insertions(+) create mode 100644 bkucommon/src/site/apt/configuration.apt (limited to 'bkucommon/src/site') diff --git a/bkucommon/src/site/apt/configuration.apt b/bkucommon/src/site/apt/configuration.apt new file mode 100644 index 00000000..cf1d384d --- /dev/null +++ b/bkucommon/src/site/apt/configuration.apt @@ -0,0 +1,87 @@ + --- + Configuration + --- + EGIZ + --- + 2010 + --- + +MOCCA Configuration + + Since MOCCA version 1.3 {{{http://commons.apache.org/configuration/}commons-configuration}} is used for the main configuration of MOCCA. + + The configuration is build by the {{{./apidocs/at/gv/egiz/bku/spring/ConfigurationFactoryBean.html} ConfigurationFactoryBean}} class. It creates a composite configuration using a default configuration read from {{{./apidocs/constant-values.html#at.gv.egiz.bku.spring.ConfigurationFactoryBean.DEFAULT_CONFIG}ConfigurationFactoryBean.DEFAULT_CONFIG}} and an (optional) resource specified by {{{./apidocs/at/gv/egiz/bku/spring/ConfigurationFactoryBean.html#setConfigurationResource(org.springframework.core.io.Resource)}setConfigurationResource(org.springframework.core.io.Resource)}}. The later {{{http://static.springsource.org/spring/docs/2.5.5/reference/resources.html}resource}} is usually injected via a {{{http://static.springsource.org/spring/docs/2.5.5/reference/beans.html}spring application context}}. See the configuration sections of MOCCA Online / MOCCA Local on how the configuration resource is constructed in their respective application contexts and on how to provide your own configuration file. + +* Common Configuration Options + + A typical configuraton file looks like the following: + ++------------------+ + + + true + + 50 + + true + + ./certStore + ./trustStore + + ++------------------+ + +** Supported Configuration Parameters + + [<<>>] Allows to controll if MOCCA should register the Java {{{http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#ProviderArch}Cryptographic Service Providers}}. + + NOTE: MOCCA will only work if the required security providers are registered. If this is set to <<>>, the security providers must be registered by some other means (e.g. {{{http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#ProviderInstalling}registered staticaly}}). + + Default: <<>> + + [<<>>] + + [<<>>] Sets the number of consequtive requests allowed to be recieved from the {{{http://www.buergerkarte.at/konzept/securitylayer/spezifikation/aktuell/bindings/Bindings.en.html#http.ablauf.schritte}DataURL}} server. + This allows to prevent from infinite request loops caused by erroneous server implementations. + + Default: <<<50>>> + + [<<>>] 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}} auf the Austrian Citizen Card spezification. + + Default: <<>> + + [<<>>] + + The following two configuration elements must provide an URL which resolves to a directory in the filesystem. It may either be an absolute URL or a relative URL, which is resolved using the URL of the configuration file. + + [<<>>] Specifies the URL of a certificate store directory. This directory must contain all certificates required to build a valid certification chain up to an anchor of trust (e.g. a certificate also contained in the trust store directory). Certificate filenames are hashed. To add new certificates to the certificate store directory create a sub-directory named <<>> and put the certificates into this directory. They will then be added to the certificate store upon startup of MOCCA. + + Default: <<>> + + [<<>>] Specifies the URL of a trust store directory. This directory must contain all certificates considered as a root of trust. + + NOTE: Any certificate in the trust store directory must also be present in the certificate store directory! + + Default: <<>> + + [<<>>] Options: <<>> (default) or <<>> + + [] + + NOTE: Do not enable the following two options in production environments! + + [<<>>] May be set to <<>> disable verification of the server host name given in the server's certificate. + + Default: <<>> + + [<<>>] May be set to <<>> to disable all TSL/SSL related checks. + + 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. + + \ No newline at end of file diff --git a/bkucommon/src/site/site.xml b/bkucommon/src/site/site.xml index 7500b6cc..a1937bc3 100644 --- a/bkucommon/src/site/site.xml +++ b/bkucommon/src/site/site.xml @@ -30,6 +30,10 @@ under the License. + + + + -- cgit v1.2.3