gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: add cipher in config


From: gnunet
Subject: [taler-deployment] branch master updated: add cipher in config
Date: Tue, 08 Mar 2022 15:48:56 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 34855c1  add cipher in config
34855c1 is described below

commit 34855c1aa831139b121b00967d8d854db018b598
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 8 15:48:53 2022 +0100

    add cipher in config
---
 bin/taler-deployment-config-generate | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index b5feff6..ed69fcb 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -54,6 +54,7 @@ def coin(
     rsa_keysize="2048",
 ):
     sec = "coin_" + obj.currency + "_" + name
+    obj.cfg_put(sec, "cipher", "rsa")
     obj.cfg_put(sec, "value", obj.currency + ":" + value)
     obj.cfg_put(sec, "duration_withdraw", d_withdraw)
     obj.cfg_put(sec, "duration_spend", d_spend)

-- 
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]