TLS Authentication
How to secure the communication of your Erigon components
TLS Authentication
1) Generating the key pair for the Certificate Authority (CA)
openssl ecparam -name prime256v1 -genkey -noout -out CA-key.pem2) Creating the CA certificate file
3) Generating a key pair
4) Creating the certificate file for each public key
5) Deploy the files on each instance
6) Run Erigon and RPCdaemon with the correct tags
Last updated
Was this helpful?