Changes key encoding format from PEM to DER

This commit is contained in:
Sergi Delgado Segura
2019-12-07 13:22:13 +01:00
parent a8800ac375
commit ae676e6632
4 changed files with 15 additions and 15 deletions

View File

@@ -9,9 +9,9 @@ DEFAULT_PISA_API_PORT = 9814
CLIENT_LOG_FILE = "pisa-cli.log"
APPOINTMENTS_FOLDER_NAME = "appointments"
CLI_PUBLIC_KEY = "cli_pk.pem"
CLI_PRIVATE_KEY = "cli_sk.pem"
PISA_PUBLIC_KEY = "pisa_pk.pem"
CLI_PUBLIC_KEY = "cli_pk.der"
CLI_PRIVATE_KEY = "cli_sk.der"
PISA_PUBLIC_KEY = "pisa_pk.der"
# Configure logging
logging.basicConfig(