hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.52k stars 844 forks source link

RPC: add truststore option for JSON RPC HTTP client authentication #7932

Open pullurib opened 1 day ago

pullurib commented 1 day ago

Description

As a Besu user, I want a truststore option for JSON-RPC HTTP client authentication so that client certificates can be verified against a trusted certificate authority (CA) without exposing sensitive credentials.

Acceptance Criteria

pullurib commented 1 day ago

self assign