wultra / wultra/java-core

Support pkcs12 keystore type

Open
#86 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
4
Forks
3
Avg merge
1d 16h
Merged PRs (30d)
5

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in rest-client-base/src/main/java/com/wultra/core/rest/client/base/util/SslUtils.java at the KeyStore.getInstance call around line 81. Trace the SSL configuration entry points to determine where the keystore type can be supplied. Done means the configuration supports pkcs12 as well as the JVM default keystore type.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
security
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.