You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run docker wallet agent full but I get the below error in Full container
Error('Could not find a suitable default did identifier. (did:web:localhost is not suitable because RSA keys are not supported)'),
Error: Could not find a suitable default did identifier. (did:web:localhost is not suitable because RSA keys are not supported)
The text was updated successfully, but these errors were encountered:
Hi, I'm not from Sphereon team but I may give you a return on my experiments with the docker compose wallet agent.
Currently compose .env file does not specify a default did and no did import strategy (resulting in what you can see in your logs : didManagerFind:result [])
CONF_PATH="./conf/examples" (the current one ./conf/demos/iata seems deprecated)
DEFAULT_DID=did:jwk:eyJhb.......zM4In0 (did located in packages/agent/conf/examples/dids/jwk-es256.json)
DEFAULT_KID=sphereon-auth (i believe it is used as key id in Veramo Agent when the did is imported?)
DID_IMPORT_MODE=environment,filesystem (import from FS the did:jwk)
With this conf it worked for me so i hope it will help you as well !
Hi,
I run docker wallet agent full but I get the below error in Full container
Error('Could not find a suitable default did identifier. (did:web:localhost is not suitable because RSA keys are not supported)'),
Error: Could not find a suitable default did identifier. (did:web:localhost is not suitable because RSA keys are not supported)
The text was updated successfully, but these errors were encountered: