diff options
author | emusic <emina.music@egiz.gv.at> | 2018-07-10 11:07:08 +0200 |
---|---|---|
committer | emusic <emina.music@egiz.gv.at> | 2018-07-10 11:07:08 +0200 |
commit | 21c932574c86031da3bed44b94bf3f54a930070d (patch) | |
tree | bc5616ef604174ebf3bdda45db0c04cbfa9c2a82 /pdf-as-web/src/main/configuration | |
parent | 9acf3c2e8aca9016daf76785747d838cdc5b0330 (diff) | |
download | pdf-as-4-21c932574c86031da3bed44b94bf3f54a930070d.tar.gz pdf-as-4-21c932574c86031da3bed44b94bf3f54a930070d.tar.bz2 pdf-as-4-21c932574c86031da3bed44b94bf3f54a930070d.zip |
changes in pdf-as-web config
Diffstat (limited to 'pdf-as-web/src/main/configuration')
-rw-r--r-- | pdf-as-web/src/main/configuration/pdf-as-web.properties | 15 |
1 files changed, 15 insertions, 0 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 10ef26a1..59d76607 100644 --- a/pdf-as-web/src/main/configuration/pdf-as-web.properties +++ b/pdf-as-web/src/main/configuration/pdf-as-web.properties @@ -70,3 +70,18 @@ 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 + +#sl20.sign.enabled=true +#sl20.mobile.url=http://localhost:7080/vda/services/getCertificate +sl20.keystore.file= +sl20.keystore.pass= +sl20.keystore.sign.key.alias= +sl20.keystore.sign.key.pass= +sl20.keystore.enc.key.alias= +sl20.keystore.enc.key.pass= +sl20.debug.validation.disable=true +sl20.debug.signed.result.enabled=false +sl20.debug.signed.result.required=false +sl20.debug.encryption.enabled=false +sl20.debug.encryption.required=false |