taler-harness: emit CIPHER option in coin config
This commit is contained in:
parent
17688dfd8f
commit
906eddd48a
@ -336,6 +336,7 @@ deploymentCli
|
||||
out += `FEE_REFRESH = ${currency}:0\n`;
|
||||
out += `FEE_REFUND = ${currency}:0\n`;
|
||||
out += `RSA_KEYSIZE = 2048\n`;
|
||||
out += `CIPHER = RSA\n`;
|
||||
out += "\n";
|
||||
x = Amounts.add(x, x).amount;
|
||||
n++;
|
||||
|
Loading…
Reference in New Issue
Block a user