[PATCH] [Wok] wok.conf - comment update

From: Suresh Babu Angadi <sureshab@in.ibm.com> updated wok.conf with more detailed comment for SSL certificate Signed-off-by: Suresh Babu Angadi <sureshab@in.ibm.com> --- src/wok.conf.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/wok.conf.in b/src/wok.conf.in index 77a79b6..b55cd0b 100644 --- a/src/wok.conf.in +++ b/src/wok.conf.in @@ -22,8 +22,11 @@ # Port for websocket proxy to listen on #websockets_port = 64667 -# The full path to an SSL Certificate in PEM format. If left unspecified, -# Wok will generate a self-signed certificate automatically. +# The full path to an SSL Certificate, or chain of certificates in +# PEM format. When a chain is used, the server's certificate must be +# the first certificate in the file, with the chain concatenated onto +# the end of that certificate. If left unspecified, Wok will generate +# a self-signed certificate automatically. #ssl_cert = # The corresponding private key in PEM format for the SSL Certificate supplied -- 2.1.0
participants (2)
-
Aline Manera
-
sureshab@linux.vnet.ibm.com