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. --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 3bcb3d0..497088e 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,22 @@ Some dependencies are not in the mvn central repo. You need to install those dependencies to your local maven repository with `mvn install`. Check `pom.xml` and follow the instructions. +## How to install `eaaf_module_moa-sig` + +``` +export EAAF_COMPONENTS_VERSION=1.0.7 +cd /path/to/working/dir +git clone https://gitlab.iaik.tugraz.at/egiz/eaaf_components/ +cd eaaf_components +git checkout $EAAF_COMPONENTS_VERSION +mvn package javadoc:jar sources:jar +mvn install:install-file -DgroupId=at.gv.egiz.eaaf -DartifactId=eaaf_module_moa-sig \ + -Dversion=$EAAF_COMPONENTS_VERSION -Dpackaging=jar \ + -Dfile=eaaf_modules/eaaf_module_moa-sig/target/eaaf_module_moa-sig-$EAAF_COMPONENTS_VERSION.jar \ + -Djavadoc=eaaf_modules/eaaf_module_moa-sig/target/eaaf_module_moa-sig-$EAAF_COMPONENTS_VERSION-javadoc.jar \ + -Dsources=eaaf_modules/eaaf_module_moa-sig/target/eaaf_module_moa-sig-$EAAF_COMPONENTS_VERSION-sources.jar +``` + ## Compile & Test ``` -- cgit v1.2.3