diff options
Diffstat (limited to 'spss.handbook')
-rw-r--r-- | spss.handbook/conf/moa-spss/spss.config.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/spss.handbook/conf/moa-spss/spss.config.xml b/spss.handbook/conf/moa-spss/spss.config.xml index 20d919e95..d792f9478 100644 --- a/spss.handbook/conf/moa-spss/spss.config.xml +++ b/spss.handbook/conf/moa-spss/spss.config.xml @@ -125,17 +125,13 @@ <cfg:Id>IdentityLink+Test</cfg:Id> <cfg:TrustAnchorsLocation>trustProfiles/identityLink+Test</cfg:TrustAnchorsLocation> </cfg:TrustProfile> - <cfg:TrustProfile> - <cfg:Id>TrustProfile_custom</cfg:Id> - <cfg:TrustAnchorsLocation>C:/xml/moa/support/fiala/trustProfile_custom</cfg:TrustAnchorsLocation> - </cfg:TrustProfile> </cfg:PathValidation> <cfg:RevocationChecking> <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> |