From b1c9d4b2a84f7884dbab14368b1607aee486d308 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 13 Feb 2015 14:54:26 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/spring-cloud.html b/spring-cloud.html index 6f80c45..205c774 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -1314,7 +1314,12 @@ property values locally. It follows the same rules as the Config Server, and has the same external configuration via encrypt.*. Thus you can use encrypted values in the form {cipher}* and as long as there is a valid key then they will be decrypted before the main -application context gets the Environment.

+application context gets the Environment. To use the encryption +features in a client you need to include Spring Security RSA in your +classpath (Maven co-ordinates +"org.springframework.security:spring-security-rsa") and you also need +the full strength JCE extensions in your JVM (google it and download +from Oracle).

@@ -3216,7 +3221,7 @@ ProxyAuthenticationProperties for full details.