Skip to content

Commit

Permalink
fix: disable eddsa
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Sep 27, 2024
1 parent 9859153 commit 29b8832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent_application/example.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ signing_algorithms_supported:
preferred: true
enabled: true
eddsa:
enabled: true
enabled: false

# TODO: required to be stated explicitly?
vp_formats:
Expand Down Expand Up @@ -79,7 +79,7 @@ secret_manager:
# 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"

0 comments on commit 29b8832

Please sign in to comment.