Skip to content

How are private keys stored and in what format? #11

Answered by waltkb
hangindev asked this question in Help
Discussion options

You must be logged in to vote

By setting

id.walt.services.keystore.KeyStoreService=id.walt.services.keystore.EncryptedKeyStore:crypto.conf

in the service-matrix.properties, you can utilize the EncryptedKeyStore.

Here is an example crypto.conf to use:

encryption-at-rest-key: "CHANGE-ME" # your secret key
key-format: PEM                     # [PEM / BASE64_DER / BASE64_RAW]
keys-root: keys                     # default: "keys"
alias-root: alias                   # default: "alias"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by waltkb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
Wallet Kit Everything related to the Wallet Kit.
2 participants