Skip to content

Commit

Permalink
Case sensitive keystore/truststore name?
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrankowski committed Nov 16, 2023
1 parent 1c194a8 commit ef0477f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/environment/docker-compose-mtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ services:
ALFRESCO_SECURE_COMMS: "https"

SOLR_OPTS: -Dsolr.ssl.checkPeerName=false -Dsolr.allow.unsafe.resourceloading=true
SOLR_SSL_KEY_STORE: /opt/alfresco-search-services/keystore/searchengine.keystore
SOLR_SSL_KEY_STORE: /opt/alfresco-search-services/keystore/searchEngine.keystore
SOLR_SSL_KEY_STORE_TYPE: JCEKS
SOLR_SSL_TRUST_STORE: /opt/alfresco-search-services/keystore/searchengine.truststore
SOLR_SSL_TRUST_STORE: /opt/alfresco-search-services/keystore/searchEngine.truststore
SOLR_SSL_TRUST_STORE_TYPE: JCEKS
SOLR_SSL_NEED_CLIENT_AUTH: 'true'

Expand Down

0 comments on commit ef0477f

Please sign in to comment.