Skip to content

FakeKeystore should create PKCS12 format (read both JKS and PKCS12) #115

@ignasi35

Description

@ignasi35

Current implementations of FakeKeystore will produce a generated.keystore that uses the proprietary JKS format (not even JKCES). Latest versions of keytool are already alerting about the fact:

Warning:
The JKS keystore uses a proprietary format. It is recommended 
to migrate to PKCS12 which is an industry standard format using 
"keytool -importkeystore -srckeystore generated.keystore \
     -destkeystore generated.keystore -deststoretype pkcs12".

so FakeKeystore should produce PKCS12 keystores and be able to read both.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions