New Feature Available – VpiValueInit 0.0.3.8
SSL Support for PostgreSQL
Hello,
We are pleased to announce a new feature introduced in VpiValueInit version 0.0.3.8.
SSL Support for PostgreSQL
VpiValueInit now supports secure SSL connections to PostgreSQL, improving security for database communications.
Configuration Updates
To support this feature, four new parameters have been added to the DAT configuration file:
- SSL_MODE Defines the SSL behavior: REQUIRE or NONE
- SSL_CERT Full path to the public certificate file (e.g. .\Project\certificate.crt)
- SSL_KEY Full path to the associated private key file (e.g. .\Project\private.key)
- SSL_ROOT (optional) Full path to the root certificate file (e.g. .\Project\Test.crt)
Availability
This feature is available starting from version 0.0.3.8.
Please update your configuration accordingly if SSL is required for your PostgreSQL connections.
Contact us for more information
Regards,
Michel Condemine
Comments