commit 15769c4d5b59d8b49d2ef820fb57a6aecd017517
parent 34855c1aa831139b121b00967d8d854db018b598
Author: Florian Dold <florian@dold.me>
Date: Tue, 8 Mar 2022 15:51:30 +0100
case sensitive?
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate
@@ -54,7 +54,7 @@ def coin(
rsa_keysize="2048",
):
sec = "coin_" + obj.currency + "_" + name
- obj.cfg_put(sec, "cipher", "rsa")
+ 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)