From bf0200054b663dad9f04af4126c5a31f80b8003a Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 9 Jan 2023 17:33:26 +0100 Subject: test(web): add very simple start-up and signing test --- .../test/resources/config/pdfas/cfg/pdf-as-web.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pdf-as-web/src/test/resources/config/pdfas/cfg/pdf-as-web.properties (limited to 'pdf-as-web/src/test/resources/config/pdfas/cfg/pdf-as-web.properties') 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 + -- cgit v1.2.3