From eb36402b40927663ce645b73ee5c6d85c7a240db Mon Sep 17 00:00:00 2001 From: Victor Maevskiy Date: Wed, 12 Sep 2018 09:48:56 -0400 Subject: [PATCH] Fix typo in 'keytore' (#1130) Fixed the typo from 'keytore' to 'keystore' --- docs/src/main/asciidoc/spring-cloud-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index ee7ce060..09414536 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -1018,7 +1018,7 @@ foo: The locator looks for a key named "testkey". A secret can also be supplied by using a `{secret:...}` value in the prefix. -However, if it is not supplied, the default is to use the keystore password (which is what you get when you build a keytore and do not specify a secret). +However, if it is not supplied, the default is to use the keystore password (which is what you get when you build a keystore and do not specify a secret). If you do supply a secret, you should also encrypt the secret using a custom `SecretLocator`. When the keys are being used only to encrypt a few bytes of configuration data (that is, they are not being used elsewhere), key rotation is hardly ever necessary on cryptographic grounds.