diff --git a/src/cpp/ripple/Config.h b/src/cpp/ripple/Config.h index b8094a148..50862a0c3 100644 --- a/src/cpp/ripple/Config.h +++ b/src/cpp/ripple/Config.h @@ -93,6 +93,7 @@ public: int WEBSOCKET_PORT; bool WEBSOCKET_SECURE; std::string WEBSOCKET_SSL_CERT; + std::string WEBSOCKET_SSL_CHAIN; // RPC parameters std::string RPC_IP;