mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Reenables keys in e2e and removes monkeypatching
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user