diff --git a/crypto/keys/README.md b/crypto/keys/README.md index c59f7e87884e..97b2a87c7672 100644 --- a/crypto/keys/README.md +++ b/crypto/keys/README.md @@ -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.