taler-harness: emit CIPHER option in coin config

This commit is contained in:
Florian Dold 2023-03-05 02:07:04 +01:00
parent 17688dfd8f
commit 906eddd48a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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++;