diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-08-11 13:22:41 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-08-11 13:22:41 +0000 |
commit | a67ed8406bb7f9d4bca48891308e7bfead90efe4 (patch) | |
tree | cd351f4a11be4c3ea9e3ecbf4b17da54353c2e35 /spss.server/res/test/resources/config/moa.sp.noopts-config.xml | |
parent | 8cf117a1d3ae7381c335e037a0a5b97daef08667 (diff) | |
download | moa-id-spss-a67ed8406bb7f9d4bca48891308e7bfead90efe4.tar.gz moa-id-spss-a67ed8406bb7f9d4bca48891308e7bfead90efe4.tar.bz2 moa-id-spss-a67ed8406bb7f9d4bca48891308e7bfead90efe4.zip |
Bug 271: Adpation auf neue Struktur des Konfigurationsfiles abgeschlossen. Modultests durchgeführt.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@436 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.server/res/test/resources/config/moa.sp.noopts-config.xml')
-rw-r--r-- | spss.server/res/test/resources/config/moa.sp.noopts-config.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/spss.server/res/test/resources/config/moa.sp.noopts-config.xml b/spss.server/res/test/resources/config/moa.sp.noopts-config.xml new file mode 100644 index 000000000..43374c81e --- /dev/null +++ b/spss.server/res/test/resources/config/moa.sp.noopts-config.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<MOAConfiguration xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> + <SignatureVerification> + <CertificateValidation> + <PathConstruction> + <AutoAddCertificates>false</AutoAddCertificates> + <UseAuthorityInformationAccess>false</UseAuthorityInformationAccess> + <CertificateStore> + <DirectoryStore> + <Location>certstore</Location> + </DirectoryStore> + </CertificateStore> + </PathConstruction> + <PathValidation> + <ChainingMode> + <DefaultMode>pkix</DefaultMode> + </ChainingMode> + <TrustProfile> + <Id>TP1_Id</Id> + <TrustAnchorsLocation>trustprofiles/tp1/anchors</TrustAnchorsLocation> + </TrustProfile> + </PathValidation> + <RevocationChecking> + <EnableChecking>false</EnableChecking> + <MaxRevocationAge>10000</MaxRevocationAge> + <Archiving> + <EnableArchiving>false</EnableArchiving> + </Archiving> + </RevocationChecking> + </CertificateValidation> + </SignatureVerification> +</MOAConfiguration> |