SSL password for decrypting private key in JDBC string

cancel
Showing results for 
Search instead for 
Did you mean: 
Eric_Cire
Member II

SSL password for decrypting private key in JDBC string

Hi!

The sslpassword option is required when using ssl=true and sslmode=verify-ca because the PostgreSQL server needs to decrypt the private key file (specified by sslkey) to verify the client's identity.

How to pass sslpassword another way with the helm values instead of in the JDBC connection string?

My problem is that the connection string is logged in plain text along with the password in this format:

jdbc:postgresql://localhost:port/alfresco?ssl=true&sslmode=verify-ca&sslrootcert=crt.pem&sslcert=crt.pem&sslkey=key.pk8&sslpassword=password