Springboot application.properties for using hashiCorp secrets for SSL

I am storing the environment like passwords for self-generated SSL certificates instead of storing at the project folder itself.
However, I can’t find any example application.properties for the springBoot app able to read the SSL password etc.
Hope someone can share with me some sample for me to follow along.
So far, I have tried out using

server.ssl.key-store-provider=https://api.cloud.hashicorp.com/secrets/2023-06-13/organizations/c24642cc-xxxxa9b8-f52a327d4e34/projects/ccf3b2d2-778d-420d-bf97-61ddfb0b309f/apps/test/open

but it is no good.

Currently, using Spring Boot security 6.3

Hi @karenworld - you may get a few more eyes on this if you post in Vault instead of HCP.

I don’t think this will specifically address the problem you are seeing, but maybe points you in the right direction?

Sorry I can’t help more, not a developer.