Support pkcs12 keystore type
Open
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());
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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