Skip to content
New issue

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

Support pkcs12 keystore type #86

Open
banterCZ opened this issue Apr 29, 2022 · 0 comments
Open

Support pkcs12 keystore type #86

banterCZ opened this issue Apr 29, 2022 · 0 comments

Comments

@banterCZ
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant