Listeners.ssl.$name.ssl_options.password obfuscation or encryption

Hi,

Is there a way to NOT have the listeners.ssl.$name.ssl_options.password option as cleartext in the configuration?

Or any other way to more securely store the password for the listeners.ssl.$name.ssl_options.keyfile.

Regards,
Shaun

Sorry to keep you waiting. I think it‘s impossible, there is always a place where the original password needs to be stored

Hi Maverick,

Thank you for your reply,

We have managed to sort out our security issues using docker secrets and file permissions.

Regards,