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