diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-21 10:30:34 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-10-21 10:30:34 +0200 |
commit | 8bebcf2008083ac1e2659fce6b8a43a021974097 (patch) | |
tree | d405bf72da830d0d8bda8ddc343ff4e32251712c /id/server/data/deploy | |
parent | f21dc2a4fd89f9d2ac416ea5cce00f87fc2dcaa0 (diff) | |
download | moa-id-spss-8bebcf2008083ac1e2659fce6b8a43a021974097.tar.gz moa-id-spss-8bebcf2008083ac1e2659fce6b8a43a021974097.tar.bz2 moa-id-spss-8bebcf2008083ac1e2659fce6b8a43a021974097.zip |
update first parts in readme, handbook, and default configuration
Diffstat (limited to 'id/server/data/deploy')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/moa-id.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/data/deploy/conf/moa-id/moa-id.properties b/id/server/data/deploy/conf/moa-id/moa-id.properties index bc1df5be8..8418f00cb 100644 --- a/id/server/data/deploy/conf/moa-id/moa-id.properties +++ b/id/server/data/deploy/conf/moa-id/moa-id.properties @@ -16,6 +16,7 @@ protocols.pvp2.schemavalidation=true #MOA-ID 3.x session information encryption key (PassPhrase) configuration.moasession.key=SessionEncryptionKey configuration.moaconfig.key=ConfigurationEncryptionKey +configuration.ssl.validation.revocation.method.order=ocsp,crl #MOA-ID 3.x Monitoring Servlet configuration.monitoring.active=false @@ -158,7 +159,6 @@ moa.id.protocols.eIDAS.node.LoA=http://eidas.europa.eu/LoA/high ### HBV Mandate-Service client module ### modules.elga_mandate.nameID.target=urn:publicid:gv.at:cdid+GH -modules.elga_mandate.service.entityID= modules.elga_mandate.service.metadata.trustprofileID= modules.elga_mandate.service.mandateprofiles= modules.elga_mandate.keystore.path=keys/moa_idp[password].p12 |