SasanLabs / owasp-zap-jwt-addon

OWASP ZAP addon for finding vulnerabilities in JWT Implementations
https://www.zaproxy.org/
Apache License 2.0
29 stars 11 forks source link

Inconsistency in Truststore and Private key inputs #8

Open preetkaran20 opened 3 years ago

preetkaran20 commented 3 years ago

This issue is to track the inconsistency between truststore input and private key input. Truststore takes input as pkcs12 format and private key input is PEM file. Truststore input requires password where as private key input does.

in case users are facing trouble with this please add comment or thumbs up so that we can prioritise this issue.

thanks, Karan