From e165ef27812874bee7062a4e7ecc8bec99ced328 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Wed, 29 May 2019 09:49:02 +0200 Subject: Integrate MoaSig Verification into SignatureVerifier - Verify signature via ISignatureVerificationService. - Override System Property moa.spss.server.configuration via spring's environment (Reason: can configure path to moa SPSS config file via application.yaml & moa SPSS needs this parameter to find the config file) - Setup test configuration directory for moaspss in src/main/resources/moa-spss - Readme: Explain how to install moaspss' dependencies into local repository. --- .../resources/moa-spss/MOASPSSConfiguration.xml | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 src/main/resources/moa-spss/MOASPSSConfiguration.xml (limited to 'src/main/resources/moa-spss/MOASPSSConfiguration.xml') diff --git a/src/main/resources/moa-spss/MOASPSSConfiguration.xml b/src/main/resources/moa-spss/MOASPSSConfiguration.xml new file mode 100644 index 0000000..edaaf8a --- /dev/null +++ b/src/main/resources/moa-spss/MOASPSSConfiguration.xml @@ -0,0 +1,73 @@ + + + + + + + 192.168 + + + + + + + + true + true + + + certstore + + + + + + pkix + + + CN=A-Trust-nQual-0,OU=A-Trust-nQual-0,O=A-Trust,C=AT + 536 + + chaining + + + + C=AT,O=Hauptverband österr. Sozialvers.,CN=Root-CA 1 + 376503867878755617282523408360935024869 + + chaining + + + + + test-trustprofile + truststores/test-truststore + + + + + false + 0 + + CRL + OCSP + + + false + 365 + + + jdbc:url + fully.qualified.classname + + + + + + + + SL20Authblock_v1.0 + profiles/SL20_authblock_v1.0.xml + + + -- cgit v1.2.3