summaryrefslogtreecommitdiff
path: root/bkucommon/src/site/apt/configuration.apt
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2015-10-27 16:13:53 +0100
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2015-10-27 16:13:53 +0100
commit1df3e8ea29eb23d90d7953f74bbea41a7d9a05f9 (patch)
treee00154e5fa69d343888d086307b00be0aab3b021 /bkucommon/src/site/apt/configuration.apt
parent9bc4747a4078e541ff663c39eafa7a6391cce635 (diff)
downloadmocca-1df3e8ea29eb23d90d7953f74bbea41a7d9a05f9.tar.gz
mocca-1df3e8ea29eb23d90d7953f74bbea41a7d9a05f9.tar.bz2
mocca-1df3e8ea29eb23d90d7953f74bbea41a7d9a05f9.zip
Change default revocation service order for PKI module
Diffstat (limited to 'bkucommon/src/site/apt/configuration.apt')
-rw-r--r--bkucommon/src/site/apt/configuration.apt4
1 files changed, 2 insertions, 2 deletions
diff --git a/bkucommon/src/site/apt/configuration.apt b/bkucommon/src/site/apt/configuration.apt
index c288c98e..ec6b7cd0 100644
--- a/bkucommon/src/site/apt/configuration.apt
+++ b/bkucommon/src/site/apt/configuration.apt
@@ -70,9 +70,9 @@ 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.
+ [<<<revocationServiceOrder>>>] Comma-separated (ordered) list of revocation services to be used, e.g. "<<<OCSP,CRL>>>". Any revocation service not contained in the list will be disabled.
- Default: <<<OCSP,CRL>>>
+ Default: <<<CRL,OCSP>>>
[]