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