SEARCH-1699 Adding new keystore including client browser certificate

This commit is contained in:
sridharvellingiri
2019-06-25 14:03:36 +01:00
parent 121c56c74b
commit f997a2ecfc
14 changed files with 15 additions and 20 deletions

View File

@@ -203,6 +203,10 @@ module.exports = class extends Generator {
this.templatePath('keystores/solr'),
this.destinationPath('keystores/solr')
)
this.fs.copy(
this.templatePath('keystores/client'),
this.destinationPath('keystores/client')
)
if (this.props.zeppelin == true) {
this.fs.copy(
this.templatePath('keystores/zeppelin'),

View File

@@ -1,7 +1,5 @@
aliases=metadata
# The password protecting the keystore entries
keystore.password=mp6yc0UD9e
# The password protecting the alias: metadata
keystore.password=password
metadata.keyData=
metadata.algorithm=DESede
metadata.password=oKIWzVdEdA
metadata.password=password

View File

@@ -1,7 +1,4 @@
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

View File

@@ -1,5 +1,4 @@
aliases=alfresco.ca
# The ssl truststore password
aliases=alfresco.ca,ssl.repo.client
keystore.password=kT9X6oe68t
# The password protecting the ssl Alfresco CA strust certificate
alfresco.ca.password=kT9X6oe68t
ssl.repo.client=kT9X6oe68t

View File

@@ -1,7 +1,4 @@
aliases=ssl.alfresco.ca,ssl.repo.client
# The ssl keystore password
keystore.password=kT9X6oe68t
# The password protecting the ssl repository key
ssl.repo.client.password=kT9X6oe68t
# The password protecting the ssl Alfresco CA key
ssl.alfresco.ca.password=kT9X6oe68t

View File

@@ -1,5 +1,5 @@
aliases=alfresco.ca
# The ssl truststore password
aliases=alfresco.ca,ssl.repo,ssl.repo.client
keystore.password=kT9X6oe68t
# The password protecting the ssl Alfresco CA strust certificate
alfresco.ca.password=kT9X6oe68t
ssl.repo.password=kT9X6oe68t
ssl.repo.client.password=kT9X6oe68t