I need to connect to postgresql using SSL Certificate from spring boot application. I have got the certificate and currently i am connecting to db using username and password which i have provided in application.yml file.
Can someone point me to the right tutorial? I could not find anything relevant for spring boot ssl database connection.