diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-11-09 09:23:51 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-11-09 09:23:51 +0100 |
commit | eb1ca70419a2e1863c6cafd5d57efed74061a9f9 (patch) | |
tree | 58832a2918cbfee472221c1a615e5fc263564154 /basicConfig/default_config.properties | |
parent | 57d813b9cfbbd231a2e6f9d47169b31435d1d6c0 (diff) | |
download | National_eIDAS_Gateway-eb1ca70419a2e1863c6cafd5d57efed74061a9f9.tar.gz National_eIDAS_Gateway-eb1ca70419a2e1863c6cafd5d57efed74061a9f9.tar.bz2 National_eIDAS_Gateway-eb1ca70419a2e1863c6cafd5d57efed74061a9f9.zip |
fix some more problems with jUnit tests
Diffstat (limited to 'basicConfig/default_config.properties')
-rw-r--r-- | basicConfig/default_config.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basicConfig/default_config.properties b/basicConfig/default_config.properties index 2e0aebcc..483e9c97 100644 --- a/basicConfig/default_config.properties +++ b/basicConfig/default_config.properties @@ -39,6 +39,7 @@ eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/hig eidas.ms.auth.eIDAS.szrclient.useTestService=true eidas.ms.auth.eIDAS.szrclient.endpoint.prod= eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr +eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.type=pkcs12 eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.path=keys/..... eidas.ms.auth.eIDAS.szrclient.ssl.keyStore.password= eidas.ms.auth.eIDAS.szrclient.ssl.trustStore.path= @@ -89,6 +90,7 @@ eidas.ms.auth.eIDAS.node_v2.attributes.requested.representation.5=LegalName,true ## PVP2 S-Profile end-point configuration +eidas.ms.pvp2.keystore.type=jks eidas.ms.pvp2.keystore.path=keys/..... eidas.ms.pvp2.keystore.password= eidas.ms.pvp2.key.metadata.alias= |