diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-22 18:31:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-22 18:31:33 +0100 |
commit | a9fb94e916ba6084997571f03fd6c2b4d557576b (patch) | |
tree | be306998212283fa32591308a583bb189c195b22 /src/util/test_helper_rsa.conf | |
parent | 9b68dbb8e6c873ff40c00da85b3a9f709afd42e1 (diff) |
start with testing crypto rsa helper
Diffstat (limited to 'src/util/test_helper_rsa.conf')
-rw-r--r-- | src/util/test_helper_rsa.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf new file mode 100644 index 000000000..9880ae153 --- /dev/null +++ b/src/util/test_helper_rsa.conf @@ -0,0 +1,9 @@ +[coin_1] +duration_withdraw = 1 minute +rsa_keysize = 2048 + +[taler-helper-crypto-rsa] +lookahead_sign = 5 minutes +overlap_duration = 1 s +KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_rsa/ +UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_rsa.unix |