Need working ways to specify the key, cert, and chain.

This commit is contained in:
JoelKatz
2012-12-06 19:19:53 -08:00
parent dbb70e2bf9
commit 670763d321
3 changed files with 8 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ public:
bool WEBSOCKET_SECURE;
std::string WEBSOCKET_SSL_CERT;
std::string WEBSOCKET_SSL_CHAIN;
std::string WEBSOCKET_SSL_KEY;
// RPC parameters
std::string RPC_IP;