Relative Content

Tag Archive for javaspring-bootssl

P12 cert password encryption in java springboot application ( using yml )

In my Java spring boot application, I’m using a P12 certificate and jks to connect to MQ for message reading & sending. the details of jks and p12 are stored & referred to via yml files. we need all passwords encrypted which, when I tried is throwing an error for p12 ( jks successful ).