better secmod
This commit is contained in:
parent
1e30753ba9
commit
b98a818793
18 changed files with 1166 additions and 876 deletions
|
|
@ -41,11 +41,17 @@ config = "pgx://mte:hunter2@localhost:5432/taler-exchange"
|
|||
|
||||
[taler-exchange-secmod-rsa]
|
||||
lookahead_sign = "1 year"
|
||||
overlap_duration = "1 year"
|
||||
overlap_duration = "1 hour"
|
||||
duration = "3 weeks"
|
||||
key_dir = "secrets/secmod_rsa"
|
||||
sm_priv_key = "secrets/secmod_rsa/sm_key"
|
||||
|
||||
[taler-exchange-secmod-eddsa]
|
||||
lookahead_sign = "1 year"
|
||||
overlap_duration = "1 year"
|
||||
overlap_duration = "1 hour"
|
||||
duration = "3 weeks"
|
||||
key_dir = "secrets/secmod_eddsa"
|
||||
sm_priv_key = "secrets/secmod_eddsa/sm_key"
|
||||
|
||||
[coin_kudo_1]
|
||||
value= EUR:0.01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue