mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
SEARCH-1699 Adding new keystore including client browser certificate
This commit is contained in:
@@ -203,6 +203,10 @@ module.exports = class extends Generator {
|
|||||||
this.templatePath('keystores/solr'),
|
this.templatePath('keystores/solr'),
|
||||||
this.destinationPath('keystores/solr')
|
this.destinationPath('keystores/solr')
|
||||||
)
|
)
|
||||||
|
this.fs.copy(
|
||||||
|
this.templatePath('keystores/client'),
|
||||||
|
this.destinationPath('keystores/client')
|
||||||
|
)
|
||||||
if (this.props.zeppelin == true) {
|
if (this.props.zeppelin == true) {
|
||||||
this.fs.copy(
|
this.fs.copy(
|
||||||
this.templatePath('keystores/zeppelin'),
|
this.templatePath('keystores/zeppelin'),
|
||||||
|
Binary file not shown.
@@ -1,7 +1,5 @@
|
|||||||
aliases=metadata
|
aliases=metadata
|
||||||
# The password protecting the keystore entries
|
keystore.password=password
|
||||||
keystore.password=mp6yc0UD9e
|
|
||||||
# The password protecting the alias: metadata
|
|
||||||
metadata.keyData=
|
metadata.keyData=
|
||||||
metadata.algorithm=DESede
|
metadata.algorithm=DESede
|
||||||
metadata.password=oKIWzVdEdA
|
metadata.password=password
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
aliases=ssl.alfresco.ca,ssl.repo
|
aliases=ssl.alfresco.ca,ssl.repo
|
||||||
# The ssl keystore password
|
|
||||||
keystore.password=kT9X6oe68t
|
keystore.password=kT9X6oe68t
|
||||||
# The password protecting the ssl repository key
|
|
||||||
ssl.repo.password=kT9X6oe68t
|
ssl.repo.password=kT9X6oe68t
|
||||||
# The password protecting the ssl Alfresco CA key
|
|
||||||
ssl.alfresco.ca.password=kT9X6oe68t
|
ssl.alfresco.ca.password=kT9X6oe68t
|
@@ -1,5 +1,4 @@
|
|||||||
aliases=alfresco.ca
|
aliases=alfresco.ca,ssl.repo.client
|
||||||
# The ssl truststore password
|
|
||||||
keystore.password=kT9X6oe68t
|
keystore.password=kT9X6oe68t
|
||||||
# The password protecting the ssl Alfresco CA strust certificate
|
|
||||||
alfresco.ca.password=kT9X6oe68t
|
alfresco.ca.password=kT9X6oe68t
|
||||||
|
ssl.repo.client=kT9X6oe68t
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,4 @@
|
|||||||
aliases=ssl.alfresco.ca,ssl.repo.client
|
aliases=ssl.alfresco.ca,ssl.repo.client
|
||||||
# The ssl keystore password
|
|
||||||
keystore.password=kT9X6oe68t
|
keystore.password=kT9X6oe68t
|
||||||
# The password protecting the ssl repository key
|
|
||||||
ssl.repo.client.password=kT9X6oe68t
|
ssl.repo.client.password=kT9X6oe68t
|
||||||
# The password protecting the ssl Alfresco CA key
|
|
||||||
ssl.alfresco.ca.password=kT9X6oe68t
|
ssl.alfresco.ca.password=kT9X6oe68t
|
@@ -1,5 +1,5 @@
|
|||||||
aliases=alfresco.ca
|
aliases=alfresco.ca,ssl.repo,ssl.repo.client
|
||||||
# The ssl truststore password
|
|
||||||
keystore.password=kT9X6oe68t
|
keystore.password=kT9X6oe68t
|
||||||
# The password protecting the ssl Alfresco CA strust certificate
|
|
||||||
alfresco.ca.password=kT9X6oe68t
|
alfresco.ca.password=kT9X6oe68t
|
||||||
|
ssl.repo.password=kT9X6oe68t
|
||||||
|
ssl.repo.client.password=kT9X6oe68t
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user