mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-08 14:51: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.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'),
|
||||
|
Reference in New Issue
Block a user