Skip to content

[DRAFT] certificate-analyser: Stores.initTruststore() fails with SAF keyring URIs #4592

@hrishikesh-nalawade

Description

@hrishikesh-nalawade

Describe the bug
When the certificate-analyser is invoked with a SAF keyring truststore path (e.g. safkeyring://ZWESMVD/ZoweKeyring, type JCERACFKS), the initTruststore() method in Stores.java always uses FileInputStream to open the truststore.

The initKeystore() method in the same class correctly checks isKeyring() and uses keyRingUrl()openStream() for SAF keyrings, but this handling was never added to initTrustore()

Metadata

Metadata

Labels

bugVerified defect in functionalitynewNew issue that has not been worked on yet

Type

No type

Projects

Status

New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions