diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-18 17:15:16 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-18 17:15:16 +0000 |
commit | c225db245f3c51d32a1948566680d1264be7f032 (patch) | |
tree | f17bd2a7de387745c23a7fa3e6e97fe1dd6144ef | |
parent | f324c8d28d5bfa6e52a95138dfb0d09964820401 (diff) | |
download | mocca-c225db245f3c51d32a1948566680d1264be7f032.tar.gz mocca-c225db245f3c51d32a1948566680d1264be7f032.tar.bz2 mocca-c225db245f3c51d32a1948566680d1264be7f032.zip |
disablePinpad configuration item
revocationServiceOrder configuration item
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@843 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r-- | bkucommon/src/site/apt/configuration.apt | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/bkucommon/src/site/apt/configuration.apt b/bkucommon/src/site/apt/configuration.apt index 15340c71..3fd6f21d 100644 --- a/bkucommon/src/site/apt/configuration.apt +++ b/bkucommon/src/site/apt/configuration.apt @@ -66,6 +66,10 @@ MOCCA Configuration [<<<sslProtocol>>>] Options: <<<TLS>>> (default) or <<<SSL>>> + [<<<revocationServiceOrder>>>] Comma-separated (ordered) list of revocation services to be used, e.g. "<<<CRL,OCSP>>>". Any revocation service not contained in the list will be disabled. + + Default: <<<OCSP,CRL>>> + [] NOTE: Do not enable the following two options in production environments! @@ -78,14 +82,19 @@ MOCCA Configuration Default: <<<false>>> - [<<<revocationServiceOrder>>>] May be set to <<<CRL,OCSP>>>, <<<CRL>>> or <<<OCSP>>> to define the (order of) revocation service(s) to be used. - - Default: <<<OCSP,CRL>>> - [<<<ProductName>>>] May be specified to set the product name given by the <<<Server>>> and <<<User-Agent>>> HTTP headers as specified by {{{http://www.buergerkarte.at/konzept/securitylayer/spezifikation/aktuell/bindings/bindings.en.html#http}HTTP binding}}. [<<<ProductVersion>>>] May be specified to set the product version given by the <<<Server>>> and <<<User-Agent>>> HTTP headers as specified by {{{http://www.buergerkarte.at/konzept/securitylayer/spezifikation/aktuell/bindings/bindings.en.html#http}HTTP binding}}. [<<<SignatureLayout>>>] May be specified to set the <<<SignatureLayout>>> HTTP header. - -
\ No newline at end of file + + +** MOCCA Local Only Configuration Parameters + + [<<<CCID>>>] + + Smart card interface device configuration options. Currently, only one configuration item. + + [<<<disablePinpad>>>] Whether to disable the pinpad on a card reader and use keyboard pin entry instead. + + Default: <<<false>>>
\ No newline at end of file |