ViaQ / watches-cli

:watch: CLI tool to pull statistics from Elasticsearch
Apache License 2.0
1 stars 1 forks source link

Support secured connection to Elasticsearch #1 #3

Closed richm closed 7 years ago

richm commented 7 years ago

https://github.com/ViaQ/watches-cli/issues/1 Due to openssl bug: https://bugzilla.redhat.com/show_bug.cgi?id=1402153 and python bug: https://bugzilla.redhat.com/show_bug.cgi?id=1402154 we have to generate the http certs without the OID in the SAN.

Had to do the same thing here for the same reason: https://github.com/openshift/origin-aggregated-logging/blob/master/deployer/scripts/util.sh#L17