aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/test/resources/config/pdfas/cfg/pdf-as-web.properties
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-01-12 12:26:00 +0000
committerThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-01-12 12:26:00 +0000
commitab328e055e01b12a91c8ccee4ac0cbea3e0fb282 (patch)
treee0c57f79dc1a57d3f6c4e3af1d982b750bad96f9 /pdf-as-web/src/test/resources/config/pdfas/cfg/pdf-as-web.properties
parent74668d9f7e8cfb9c729e804067984d0f5e731f2f (diff)
parente78fccac558a93f18bae96ddb6c8e131afaf946d (diff)
downloadpdf-as-4-ab328e055e01b12a91c8ccee4ac0cbea3e0fb282.tar.gz
pdf-as-4-ab328e055e01b12a91c8ccee4ac0cbea3e0fb282.tar.bz2
pdf-as-4-ab328e055e01b12a91c8ccee4ac0cbea3e0fb282.zip
Merge branch 'development' into 'feature/issue_73'
# Conflicts: # build.gradle # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java
Diffstat (limited to 'pdf-as-web/src/test/resources/config/pdfas/cfg/pdf-as-web.properties')
-rw-r--r--pdf-as-web/src/test/resources/config/pdfas/cfg/pdf-as-web.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/pdf-as-web/src/test/resources/config/pdfas/cfg/pdf-as-web.properties b/pdf-as-web/src/test/resources/config/pdfas/cfg/pdf-as-web.properties
new file mode 100644
index 00000000..f61c8bb8
--- /dev/null
+++ b/pdf-as-web/src/test/resources/config/pdfas/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
+