diff options
author | Borislav Glozman <borislav.glozman@amdocs.com> | 2021-06-30 07:18:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-30 07:18:05 +0000 |
commit | 256974d523548c13d14ccbef3b489ac7bbda2d7d (patch) | |
tree | db3ec6ccbd52c79f22a62fe94eb479d297caa4e2 | |
parent | 28103082346daf96770626e7b3fcb6bd4ee59fef (diff) | |
parent | f625d7a7725b8d539338810623e6f0ce14ef737d (diff) |
Merge "[COMMON][ES] Simplify cert retrieval script"
-rw-r--r-- | kubernetes/common/elasticsearch/values.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/common/elasticsearch/values.yaml b/kubernetes/common/elasticsearch/values.yaml index b91ac76056..a3f15645a3 100644 --- a/kubernetes/common/elasticsearch/values.yaml +++ b/kubernetes/common/elasticsearch/values.yaml @@ -279,7 +279,6 @@ certInitializer: aaf_add_config: > cd {{ .Values.credsPath }}; mkdir -p certs; - export $(/opt/app/aaf_config/bin/agent.sh local showpass | grep '^c' | xargs -0); keytool -exportcert -rfc -file certs/cacert.pem -keystore {{ .Values.fqi_namespace }}.trust.jks -alias ca_local_0 -storepass $cadi_truststore_password; openssl pkcs12 -in {{ .Values.fqi_namespace }}.p12 -out certs/cert.pem -passin pass:$cadi_keystore_password_p12 -passout pass:$cadi_keystore_password_p12; cp {{ .Values.fqi_namespace }}.key certs/key.pem; |