gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 01/02: add missing signkey_legal_duration option to tes


From: gnunet
Subject: [taler-exchange] 01/02: add missing signkey_legal_duration option to test configs
Date: Mon, 14 Dec 2020 15:42:36 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 468fc9d1a1bcf3eb771519a746c5e3218ee121e3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Dec 12 23:55:20 2020 +0100

    add missing signkey_legal_duration option to test configs
---
 src/testing/test-taler-exchange-wirewatch-postgres.conf | 2 ++
 src/testing/test_auditor_api.conf                       | 1 +
 src/testing/test_exchange_api.conf                      | 1 +
 src/testing/test_exchange_api_keys_cherry_picking.conf  | 1 +
 src/testing/test_exchange_api_twisted.conf              | 1 +
 5 files changed, 6 insertions(+)

diff --git a/src/testing/test-taler-exchange-wirewatch-postgres.conf 
b/src/testing/test-taler-exchange-wirewatch-postgres.conf
index 420a46f1..f7c4f290 100644
--- a/src/testing/test-taler-exchange-wirewatch-postgres.conf
+++ b/src/testing/test-taler-exchange-wirewatch-postgres.conf
@@ -20,6 +20,8 @@ MASTER_PUBLIC_KEY = 
98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
 # Expected base URL of the exchange.
 BASE_URL = "http://localhost:8081/";
 
+signkey_legal_duration = 2 years
+
 [exchangedb]
 # After how long do we close idle reserves?  The exchange
 # and the auditor must agree on this value.  We currently
diff --git a/src/testing/test_auditor_api.conf 
b/src/testing/test_auditor_api.conf
index 890812c5..1d1ad8c0 100644
--- a/src/testing/test_auditor_api.conf
+++ b/src/testing/test_auditor_api.conf
@@ -25,6 +25,7 @@ signkey_duration = 4 weeks
 
 # how long are the signatures with the signkey valid?
 legal_duration = 2 years
+signkey_legal_duration = 2 years
 
 # how long do we provide to clients denomination and signing keys
 # ahead of time?
diff --git a/src/testing/test_exchange_api.conf 
b/src/testing/test_exchange_api.conf
index e555907b..be2703f1 100644
--- a/src/testing/test_exchange_api.conf
+++ b/src/testing/test_exchange_api.conf
@@ -29,6 +29,7 @@ signkey_duration = 4 weeks
 
 # how long are the signatures with the signkey valid?
 legal_duration = 2 years
+signkey_legal_duration = 2 years
 
 # how long do we provide to clients denomination and signing keys
 # ahead of time?
diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf 
b/src/testing/test_exchange_api_keys_cherry_picking.conf
index d81f2c96..437f32ee 100644
--- a/src/testing/test_exchange_api_keys_cherry_picking.conf
+++ b/src/testing/test_exchange_api_keys_cherry_picking.conf
@@ -32,6 +32,7 @@ signkey_duration = 5 seconds
 
 # how long are the signatures with the signkey valid?
 legal_duration = 2 years
+signkey_legal_duration = 2 years
 
 # This value causes keys to be *RETURNED* in a /keys response.
 # It's a relative time that materializes always in now+itsvalue.
diff --git a/src/testing/test_exchange_api_twisted.conf 
b/src/testing/test_exchange_api_twisted.conf
index 3f5b6f88..7865d0b3 100644
--- a/src/testing/test_exchange_api_twisted.conf
+++ b/src/testing/test_exchange_api_twisted.conf
@@ -19,6 +19,7 @@ SIGNKEY_DURATION = 4 weeks
 
 # how long are the signatures with the signkey valid?
 LEGAL_DURATION = 2 years
+signkey_legal_duration = 2 years
 
 # how long do we provide to clients denomination and signing keys
 # ahead of time?

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]