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'),