diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-11-23 15:37:40 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-11-23 15:37:40 +0000 |
commit | 6d38c08d79f1960b07c9a32ad89d5e9924160c48 (patch) | |
tree | 8844f707621b95adf5c4a7d2fece3bba6c4d6d82 /spss.handbook/conf/moa-spss/sp.minimum.config.xml | |
parent | b79e6560fb7c5674e17694dc3e0f98bd34d7dc8f (diff) | |
download | moa-id-spss-6d38c08d79f1960b07c9a32ad89d5e9924160c48.tar.gz moa-id-spss-6d38c08d79f1960b07c9a32ad89d5e9924160c48.tar.bz2 moa-id-spss-6d38c08d79f1960b07c9a32ad89d5e9924160c48.zip |
Changed service order for revocation checking to crl, ocsp
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@579 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.handbook/conf/moa-spss/sp.minimum.config.xml')
-rw-r--r-- | spss.handbook/conf/moa-spss/sp.minimum.config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spss.handbook/conf/moa-spss/sp.minimum.config.xml b/spss.handbook/conf/moa-spss/sp.minimum.config.xml index f91dfdfef..e2a556677 100644 --- a/spss.handbook/conf/moa-spss/sp.minimum.config.xml +++ b/spss.handbook/conf/moa-spss/sp.minimum.config.xml @@ -25,8 +25,8 @@ <cfg:EnableChecking>true</cfg:EnableChecking> <cfg:MaxRevocationAge>0</cfg:MaxRevocationAge> <cfg:ServiceOrder> -<cfg:Service>OCSP</cfg:Service> <cfg:Service>CRL</cfg:Service> +<cfg:Service>OCSP</cfg:Service> </cfg:ServiceOrder> <cfg:Archiving> <cfg:EnableArchiving>false</cfg:EnableArchiving> |