Reenables keys in e2e and removes monkeypatching

This commit is contained in:
Sergi Delgado Segura
2020-03-17 20:48:33 +01:00
parent d18944e2ba
commit a9e7eeb7f5
3 changed files with 21 additions and 41 deletions

View File

@@ -9,6 +9,6 @@ CLIENT_LOG_FILE = "cli.log"
APPOINTMENTS_FOLDER_NAME = "appointment_receipts"
# KEYS
TEOS_PUBLIC_KEY = DATA_FOLDER + "teos_pk.der"
CLI_PRIVATE_KEY = DATA_FOLDER + "cli_sk.der"
CLI_PUBLIC_KEY = DATA_FOLDER + "cli_pk.der"
TEOS_PUBLIC_KEY = "teos_pk.der"
CLI_PRIVATE_KEY = "cli_sk.der"
CLI_PUBLIC_KEY = "cli_pk.der"