diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2016-11-03 15:34:46 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2016-11-03 15:34:46 +0100 |
commit | 7cfb5362036273fbd7cd20f49072d3bbe9ad9425 (patch) | |
tree | a3c136ac03e74ec8cee60010dc0dcb84b1408732 /id/server/data/deploy | |
parent | 5a9ebb9a13299cf8cb5360bfd9de1860e257afc1 (diff) | |
download | moa-id-spss-7cfb5362036273fbd7cd20f49072d3bbe9ad9425.tar.gz moa-id-spss-7cfb5362036273fbd7cd20f49072d3bbe9ad9425.tar.bz2 moa-id-spss-7cfb5362036273fbd7cd20f49072d3bbe9ad9425.zip |
update first parts in readme, handbook, and default configuration
# Conflicts:
# id/history.txt
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 784f66602..b9e2f6c8d 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 @@ -143,7 +144,6 @@ moa.id.protocols.eIDAS.metadata.validation.truststore=eIDAS_metadata ### 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 |