openwallet-foundation-labs / credhub

a cloud wallet for natural persons + minimal issuer and verifier implementations
https://credhub.eu
Apache License 2.0
6 stars 5 forks source link

WIP: Add generic key storage #13

Closed cre8 closed 2 months ago

cre8 commented 2 months ago

Fixes #12

This PR allows to use hashicorp vault as a keystorage so the keys are not stored a database directly.

Right now the generated signature seems to be broken, the local verification fails. Maybe its because of the encoding of the input

Signed-off-by: Mirko Mollik mollik@trustcerts.de

cre8 commented 2 months ago

Signature is fixed.

Right now we don't have a production config for vault, meaning the vault is running in dev mode and will store the data in memory until it restarts.