Skip to content

Support pkcs12 keystore type #86

@banterCZ

Description

@banterCZ

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions