gcash / bchd

An alternative full node bitcoin cash implementation written in Go (golang)
ISC License
280 stars 101 forks source link

Allow specifying custom CA for certificate validation #508

Open sajal opened 2 years ago

sajal commented 2 years ago

Almost all tools that rely on self-signed CA typically allow configuring a CA certificate along with server/client certificate and private key.

The behavior should be, if configured, the server/client should only trust the provided ca for certificate validation.

This way

My assumption is most people running bchd, would do so with intention of using the grpc endpoint for internal services.