Hi,
We are using Azure database for Postgresql and application is hosted in Azure private cloud. By default Postgresql enforces SSL to be enabled, so have used so in the connection string have used sslmode=require.
https://docs.microsoft.com/en-us/azure/postgresql/concepts-certificate-rotation
I have checked the above url, based on that downloaded the BaltimoreCyberTrustRoot.crt.pem file which have converted into a .jks file and referred in the yaml file of the microservice as below;
server.ssl.key-store: /opt/lib/configs/azure-postgredb-keystore.jks
whether the above changes are sufficient so that https is enabled between the application and the azure database for postgres.?
Regards
Ram