celestia-node
celestia-node copied to clipboard
feat(rpc): add TLS support for JSON-RPC server (#4346)
- Add TLS configuration fields to RPC Config struct
- Implement command line flags for TLS (--rpc.tls, --rpc.tls-cert, --rpc.tls-key)
- Enable TLS server support with certificate validation
- Add comprehensive test coverage for TLS functionality
- Update documentation with TLS configuration examples
- Maintain backward compatibility with existing HTTP-only setup
Resolves: #4346