diff options
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> |