-
Hi, I am studying the implementation of Wallet Kit. Am I corrent that the keys can be stored in the backend by the wallet provider, with different key store implementations, incl |
Beta Was this translation helpful? Give feedback.
Answered by
waltkb
Oct 3, 2022
Replies: 1 comment
-
By setting
in the Here is an example 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" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waltkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By setting
in the
service-matrix.properties
, you can utilize the EncryptedKeyStore.Here is an example
crypto.conf
to use: