Skip to content

Commit 2bb9fef

Browse files
committed
improve properties for SSL configured environments
1 parent 33001f1 commit 2bb9fef

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

configuration/profiles/81-ssl.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ tomcat.ssl.keystore.path=${HYBRIS_CONFIG_DIR}/../../../certificates/local.cxdev.
1010
tomcat.ssl.keystore.password=123456
1111
tomcat.ssl.keystore.alias=local.cxdev.me
1212
tomcat.ssl.keystore.password=123456
13+
14+
# Keystore setup for integrated solr server
15+
solrserver.instances.default.ssl.keyStore=${tomcat.ssl.keystore.path}
16+
solrserver.instances.default.ssl.keyStorePassword=${tomcat.ssl.keystore.password}
17+
18+
# Domain configuration for smart edit
19+
smartedit.tomcat.hostname=local.cxdev.me
20+
smartedit.ssl.validation.enabled=true
21+

0 commit comments

Comments
 (0)