diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2013-03-22 08:57:51 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2013-03-22 08:57:51 +0000 |
commit | db52e4d66d60184d53a27ba4d6772461daacc03d (patch) | |
tree | b83e1024bc356dd9c612151082ccaa718781a524 /pdf-as-web/src/main/assembly/tomcat/configuration/default/pdf-as/cfg/pdf-as-web.properties | |
parent | 725749c85e2c4a0dca235e7b89a5c3b2752e5d54 (diff) | |
download | pdf-as-3-db52e4d66d60184d53a27ba4d6772461daacc03d.tar.gz pdf-as-3-db52e4d66d60184d53a27ba4d6772461daacc03d.tar.bz2 pdf-as-3-db52e4d66d60184d53a27ba4d6772461daacc03d.zip |
Maintenance update (bugfixes, new features, cleanup...)
Refer to /dok/RELEASE_NOTES-3.3.txt for further information.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@931 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-web/src/main/assembly/tomcat/configuration/default/pdf-as/cfg/pdf-as-web.properties')
-rw-r--r-- | pdf-as-web/src/main/assembly/tomcat/configuration/default/pdf-as/cfg/pdf-as-web.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/assembly/tomcat/configuration/default/pdf-as/cfg/pdf-as-web.properties b/pdf-as-web/src/main/assembly/tomcat/configuration/default/pdf-as/cfg/pdf-as-web.properties new file mode 100644 index 0000000..f61c8bb --- /dev/null +++ b/pdf-as-web/src/main/assembly/tomcat/configuration/default/pdf-as/cfg/pdf-as-web.properties @@ -0,0 +1,12 @@ +# time frame the signing time may differ (in the upper and the lower direction) from the host time
+# in seconds
+# valid frame: current time - signing_time_tolerance ... current time + signing_time
+# no value or -1 means that the signing time is not checked
+signing_time_tolerance=900
+
+# this key overrides the dynamically built locrefcontent URL for the retrieval of the data to be signed
+# remove/disable this key to enable the old dynamic build process
+# Use this key to overcome SSL Problems with dataurl communication.
+# Note: Assure that this URL is accessible from the citizen card environment.
+#retrieve_signature_data_url_override=http://localhost:8080/pdf-as/RetrieveSignatureData
+
|