From 0f907c56774825ada4d59b6539fec649b98085da Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 7 Dec 2012 10:48:03 -0800 Subject: [PATCH] Document the configuration. --- rippled-example.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/rippled-example.cfg b/rippled-example.cfg index 7234df1a1..65ea3bd8d 100644 --- a/rippled-example.cfg +++ b/rippled-example.cfg @@ -101,6 +101,21 @@ # [websocket_port]: # Port to bind to allow client connections. # +# [websocket_ssl]: +# 0 or 1. +# Enable websocket SSL +# +# [websocket_ss_key]: +# Specify the filename holding the SSL key in PEM format. +# +# [websocket_ssl_cert]: +# If you only need a single certificate with no intermediaries, +# Specify the path to the cert file in PEM format. +# +# [websocket_ssl_chain]: +# If you need a certificate chain, specify the path to the certificate chain here. +# The path must include the end certificate. +# # [validation_seed]: # To perform validation, this section should contain either a validation seed or key. # The validation seed is used to generate the validation public/private key pair.