aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/configuration')
-rw-r--r--pdf-as-web/src/main/configuration/pdf-as-web.properties41
1 files changed, 31 insertions, 10 deletions
diff --git a/pdf-as-web/src/main/configuration/pdf-as-web.properties b/pdf-as-web/src/main/configuration/pdf-as-web.properties
index fe6c9576..845a82e0 100644
--- a/pdf-as-web/src/main/configuration/pdf-as-web.properties
+++ b/pdf-as-web/src/main/configuration/pdf-as-web.properties
@@ -1,12 +1,10 @@
-
+##############################################################################
pdfas.dir=conf/pdf-as
+public.url=http://localhost:8080/pdf-as-web
+#public.data.url=http://localhost:8088/pdf-as-web
error.showdetails=false
-bku.local.url=http://127.0.0.1:3495/http-security-layer-request
-
-bku.mobile.url=https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx
-
# Allow configuration overwrite from external sources
# use with care!
allow.ext.overwrite=false
@@ -18,6 +16,14 @@ allow.ext.overwrite=false
# by external components
ext.overwrite.wl.1=^$
+
+##############################################################################
+## Signing by Security-Layer
+bku.local.url=http://127.0.0.1:3495/http-security-layer-request
+bku.mobile.url=https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx
+
+
+##############################################################################
ks.enabled=false
ks.file=test.p12
ks.type=PKCS12
@@ -25,6 +31,8 @@ ks.pass=123456
ks.key.alias=ecc_test
ks.key.pass=123456
+
+##############################################################################
## KeyStore List
# Entries are addressable via KeyIdentifier
# Example Entry with address "test"
@@ -35,6 +43,8 @@ ksl.test.pass=123456
ksl.test.key.alias=test1
ksl.test.key.pass=123456
+
+##############################################################################
## Moa List
# Entries are addressable via KeyIdentifier
# Example Entry with address "test"
@@ -43,16 +53,26 @@ moal.test.url=http://localhost:8080/moa-spss/services/SignatureCreation
moal.test.KeyIdentifier=KG_ECC_TEST
moal.test.Certificate=KG_ECC_TEST.crt
-#Enable SOAP Service
+
+##############################################################################
+###### Enable SOAP Service
+# Enable signing endpoint
soap.sign.enabled=true
+# Enable implicide signature-verification during WebService signing
+soap.sign.with.verify.enabled=true
+
+# Enable signature-verification endpoint
+# soap.verify.enabled=false
+
+
+##############################################################################
whitelist.enabled=true
# Matches everything
whitelist.url.01=^.*$
-public.url=http://localhost:8080/pdf-as-web
-#public.data.url=http://localhost:8088/pdf-as-web
+##############################################################################
#Request Store
# Default In Memory Store
request.store=at.gv.egiz.pdfas.web.store.InMemoryRequestStore
@@ -74,8 +94,9 @@ request.store=at.gv.egiz.pdfas.web.store.InMemoryRequestStore
#hibernate.props.hibernate.show_sql=true
#hibernate.props.hibernate.hbm2ddl.auto=update
-#Security layer 2.0 config
+##############################################################################
+#Security layer 2.0 config
#sl20.sign.enabled=true
#sl20.mobile.url=http://localhost:7080/vda/services/getCertificate
sl20.keystore.file=
@@ -89,4 +110,4 @@ sl20.debug.signed.result.enabled=false
sl20.debug.signed.result.required=false
sl20.debug.encryption.enabled=false
sl20.debug.encryption.required=false
-sl20.transfermode.filesize=20000000 \ No newline at end of file
+sl20.transfermode.filesize=20000000