Files
lighthouse/book/src
Peter Davies 807283538f Add client authentication to Web3Signer validators (#3170)
## Issue Addressed

Web3Signer validators do not support client authentication. This means the `--tls-known-clients-file` option on Web3Signer can't be used with Lighthouse.

## Proposed Changes

Add two new fields to Web3Signer validators, `client_identity_path` and `client_identity_password`, which specify the path and password for a PKCS12 file containing a certificate and private key. If `client_identity_path` is present, use the certificate for SSL client authentication.

## Additional Info

I am successfully validating on Prater using client authentication with Web3Signer and client authentication.
2022-05-18 23:14:37 +00:00
..
2020-11-26 01:10:51 +00:00
2022-03-20 22:48:15 +00:00
2020-10-02 09:42:19 +00:00
2022-03-02 01:05:08 +00:00
2022-03-02 01:05:08 +00:00
2022-02-10 06:02:55 +00:00
2022-03-02 01:05:08 +00:00
2021-03-02 22:35:46 +00:00
2022-01-08 01:15:07 +00:00
2022-03-02 01:05:08 +00:00
2022-03-02 01:05:08 +00:00
2022-01-14 00:38:04 +00:00
2022-03-20 22:48:15 +00:00