From 21255db86a968da25d3004d63db09adb7b3611c7 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Sat, 5 Jul 2025 16:00:46 +0100 Subject: [PATCH] stops using service that is not up for timestamping --- src/auto_archiver/modules/timestamping_enricher/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_archiver/modules/timestamping_enricher/__manifest__.py b/src/auto_archiver/modules/timestamping_enricher/__manifest__.py index 403e0ef..7e1384d 100644 --- a/src/auto_archiver/modules/timestamping_enricher/__manifest__.py +++ b/src/auto_archiver/modules/timestamping_enricher/__manifest__.py @@ -20,7 +20,7 @@ # "http://tsa.sinpe.fi.cr/tsaHttp/", # self-signed # "http://tsa.cra.ge/signserver/tsa?workerName=qtsa", # self-signed "http://tss.cnbs.gob.hn/TSS/HttpTspServer", - "http://dss.nowina.lu/pki-factory/tsa/good-tsa", + # "http://dss.nowina.lu/pki-factory/tsa/good-tsa", # "https://freetsa.org/tsr", # self-signed ], "help": "List of RFC3161 Time Stamp Authorities to use, separate with commas if passed via the command line.",