We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current ssl configuration supports only default keystore type, usually jks but may be different per JVM. Make it configurable to support pkcs12.
final KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType());
https://github.com/wultra/lime-java-core/blob/develop/rest-client-base/src/main/java/com/wultra/core/rest/client/base/util/SslUtils.java#L81
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current ssl configuration supports only default keystore type, usually jks but may be different per JVM. Make it configurable to support pkcs12.
final KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType());
https://github.com/wultra/lime-java-core/blob/develop/rest-client-base/src/main/java/com/wultra/core/rest/client/base/util/SslUtils.java#L81
The text was updated successfully, but these errors were encountered: