From 72421bbb2674484db27f8c6ffee8540563b6bd38 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 23 Apr 2019 16:00:39 -0700 Subject: [PATCH] Set the 'spring.boot.data.gemfire.security.ssl.keystore.name' property to 'trusted-keystore.jks'. --- .../src/main/resources/application-security.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-samples/boot/configuration/src/main/resources/application-security.properties b/spring-geode-samples/boot/configuration/src/main/resources/application-security.properties index 8b3c0653..255c219a 100644 --- a/spring-geode-samples/boot/configuration/src/main/resources/application-security.properties +++ b/spring-geode-samples/boot/configuration/src/main/resources/application-security.properties @@ -1,6 +1,6 @@ # Security Configuration for Apache Geode/Pivotal GemFire using Spring Boot and Spring Data GemFire properties -spring.boot.data.gemfire.security.ssl.keystore.name=example-trusted.jks +spring.boot.data.gemfire.security.ssl.keystore.name=example-trusted-keystore.jks spring.data.gemfire.security.username=test spring.data.gemfire.security.password=test spring.data.gemfire.security.ssl.keystore.password=s3cr3t