cybersource-sdk-java icon indicating copy to clipboard operation
cybersource-sdk-java copied to clipboard

More secure way to provide p12 file

Open nfdavenport opened this issue 2 years ago • 0 comments

We really do not want to be putting the p12 file out on the filesystem. There ought to be another way to provide the p12 file as a byteArray, InputStream, etc other than the keysDirectory setting. This is java after all. We are storing the file encrypted in our database to keep it out of our infrastructure code, application code and build artifacts. We are going to have to write it out unencrypted somewhere to the filesystem just so cybersource can read it in and that's against our security policies.

nfdavenport avatar Sep 27 '23 18:09 nfdavenport