Enable TLS Protocol
Enable the TLS protocol to secure HTTPS requests made by the Validator Client to Charon.
Securing VC to Charon communication
Usage example
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodescharon run --vc-tls-cert-file cert.pem --vc-tls-key-file key.pemCHARON_VC_TLS_CERT_FILE="cert.pem"
CHARON_VC_TLS_KEY_FILE="key.pem"Last updated
Was this helpful?

