diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-03 17:31:04 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-03 17:31:04 +0000 |
commit | 70119c48e95272f1f9dfc5f92d5c0c349e4fa7cc (patch) | |
tree | 7e3245f17a506722fa2f9bab0b742885ee96bad9 /bkucommon/src/site/apt | |
parent | 9be128813117618d1729c04d0737091c69130182 (diff) | |
download | mocca-70119c48e95272f1f9dfc5f92d5c0c349e4fa7cc.tar.gz mocca-70119c48e95272f1f9dfc5f92d5c0c349e4fa7cc.tar.bz2 mocca-70119c48e95272f1f9dfc5f92d5c0c349e4fa7cc.zip |
revocation service type order configurable
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@817 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/src/site/apt')
-rw-r--r-- | bkucommon/src/site/apt/configuration.apt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bkucommon/src/site/apt/configuration.apt b/bkucommon/src/site/apt/configuration.apt index 1a5adee1..15340c71 100644 --- a/bkucommon/src/site/apt/configuration.apt +++ b/bkucommon/src/site/apt/configuration.apt @@ -77,6 +77,10 @@ MOCCA Configuration [<<<disableAllChecks>>>] May be set to <<<true>>> to disable all TSL/SSL related checks. 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}}. |