SSL password for decrypting private key in JDBC string

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 04:23 AM
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
Labels:
- Labels:
-
Alfresco Content Services
0 REPLIES 0
