diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-12-12 11:50:39 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-12-12 11:50:39 +0100 |
commit | 49229a4f8480b497265eeb2372cb73d2a5ec010e (patch) | |
tree | 4dac3d84bc1e5b4fc864b810531d4f10007cd841 /pdf-as-lib/src/configuration/cfg/pdf-as-web.properties | |
parent | edfe2b5f2ed9c759964b696e4b2603f258e8d40e (diff) | |
download | pdf-as-4-49229a4f8480b497265eeb2372cb73d2a5ec010e.tar.gz pdf-as-4-49229a4f8480b497265eeb2372cb73d2a5ec010e.tar.bz2 pdf-as-4-49229a4f8480b497265eeb2372cb73d2a5ec010e.zip |
Fixed default configuration, adapted default signature block profiles
Diffstat (limited to 'pdf-as-lib/src/configuration/cfg/pdf-as-web.properties')
-rw-r--r-- | pdf-as-lib/src/configuration/cfg/pdf-as-web.properties | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pdf-as-lib/src/configuration/cfg/pdf-as-web.properties b/pdf-as-lib/src/configuration/cfg/pdf-as-web.properties deleted file mode 100644 index f61c8bb8..00000000 --- a/pdf-as-lib/src/configuration/cfg/pdf-as-web.properties +++ /dev/null @@ -1,12 +0,0 @@ -# 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
-
|