mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Refactoring to support ALF-9510, ALF-8702
ALF-8702: Solr-Repository SSL Communications (see solr/source/solr/instance/HowToSetUpSolr.txt ALF-9510: Initial checkin git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30005 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
BIN
config/alfresco/keystore/keystore
Normal file
BIN
config/alfresco/keystore/keystore
Normal file
Binary file not shown.
20
config/alfresco/keystore/keystore-passwords.properties
Normal file
20
config/alfresco/keystore/keystore-passwords.properties
Normal file
@@ -0,0 +1,20 @@
|
||||
keystore.password=mp6yc0UD9e
|
||||
|
||||
aliases=metadata,solr
|
||||
# The password protecting the keystore entries
|
||||
keystore.password=mp6yc0UD9e
|
||||
# The password protecting the alias: metadata
|
||||
metadata.seed=
|
||||
metadata.algorithm=PBEWithMD5AndDES
|
||||
metadata.password=oKIWzVdEdA
|
||||
# The password protecting the alias: solr
|
||||
solr.seed=
|
||||
solr.algorithm=PBEWithMD5AndDES
|
||||
solr.password=TxHTtOnrwQ
|
||||
|
||||
# The password protecting the keystore entries
|
||||
#keystore=mp6yc0UD9e
|
||||
# The password protecting the alias: metadata
|
||||
#metadata=oKIWzVdEdA
|
||||
# The password protecting the alias: solr
|
||||
#solr=TxHTtOnrwQ
|
@@ -0,0 +1,7 @@
|
||||
aliases=ssl.alfresco.ca,ssl.repo
|
||||
# The ssl keystore password
|
||||
keystore.password=kT9X6oe68t
|
||||
# The password protecting the ssl repository key
|
||||
ssl.repo.password=kT9X6oe68t
|
||||
# The password protecting the ssl Alfresco CA key
|
||||
ssl.alfresco.ca.password=kT9X6oe68t
|
@@ -0,0 +1,5 @@
|
||||
aliases=alfresco.ca
|
||||
# The ssl truststore password
|
||||
keystore.password=kT9X6oe68t
|
||||
# The password protecting the ssl Alfresco CA strust certificate
|
||||
alfresco.ca.password=kT9X6oe68t
|
BIN
config/alfresco/keystore/ssl.keystore
Normal file
BIN
config/alfresco/keystore/ssl.keystore
Normal file
Binary file not shown.
BIN
config/alfresco/keystore/ssl.truststore
Normal file
BIN
config/alfresco/keystore/ssl.truststore
Normal file
Binary file not shown.
Reference in New Issue
Block a user