Skip to content

Commit

Permalink
Add info on where keyring files are stored
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Dec 9, 2019
1 parent 6b3b8f3 commit afbb163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crypto/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ on-disk implementations backed by the [Keyring](https://github.com/99designs/key
Whilst `NewKeyringFile` returns a secure, encrypted file-based type that requires user's password in order to
function correctly, the implementation returned by `NewTestKeyring` stores keys information in clear text and **must be used
only for testing purposes**.

`NewKeyringFile` and `NewTestKeyring` store key files in the client home directory's `keyring`
and `keyring-test` subdirectories respectively.

0 comments on commit afbb163

Please sign in to comment.