From b470d45b8123a15dae33b8a40a216cac5c94b42d Mon Sep 17 00:00:00 2001 From: Nander Stabel Date: Fri, 27 Sep 2024 11:06:01 +0200 Subject: [PATCH] fix: disable eddsa --- agent_application/example.config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agent_application/example.config.yaml b/agent_application/example.config.yaml index 2cc559d..55dfd2b 100644 --- a/agent_application/example.config.yaml +++ b/agent_application/example.config.yaml @@ -26,7 +26,7 @@ signing_algorithms_supported: preferred: true enabled: true eddsa: - enabled: true + enabled: false # TODO: required to be stated explicitly? vp_formats: @@ -76,10 +76,10 @@ did_document_cache: # Key configuration (temporary) secret_manager: - # stronghold_path: "/tmp/local.stronghold" + stronghold_path: "/tmp/local.stronghold" # stronghold_password: "" <== Should be injected through the env variable `UNICORE__SECRET_MANAGER__STRONGHOLD_PASSWORD` # stronghold_password_file: "" - issuer_eddsa_key_id: "ed25519-0" + # issuer_eddsa_key_id: "ed25519-0" issuer_es256_key_id: "es256-0" # issuer_did: "did:iota:rms:0x0000000000000000000000000000000000000000000000000000000000000000" # issuer_fragment: "key-0"