I'm trying to use AWS libraries on HCP Java applications.
The libraries require a certification in order to work properly, (SAPNetCA.cer certification file).
When adding the certification to the local cacerts java file, using the java keytool command, it works fine.
I tried to add it to the HCP using the "neo upload-keystore" command, and because the original file is not JKS file, I uploaded the cacerts file into which I added the .cer file. Unfortunately it didn't help.
I saw the keystore tutorial in which certificates are read programmatically, but the AWS libraries reads the certification itself so it doesn't help much.
Should anything else be done in order to make the AWS code read the certificate automatically?