Closed michaeljmarshall closed 2 years ago
By using a KeyStore to configure TLS for Pulsar components, we're able to support additional algorithms, like ECDSA.
certconverter-configmap
I tested this with both the examples/dev-values-tls-all-components.yaml and the examples/dev-values-tls.yaml files. Both deployed successfully.
examples/dev-values-tls-all-components.yaml
examples/dev-values-tls.yaml
Motivation
By using a KeyStore to configure TLS for Pulsar components, we're able to support additional algorithms, like ECDSA.
Changes
certconverter-configmap
to generate the keystore (right now it is JKS, but it should be PKCS12 in a future iteration)