X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FREADME.txt;h=4cccfea819f6688ee10d5d1cba46bb6331ba190b;hb=22c01fa65b42abcb91f8d6dfd976c04bdf811815;hp=7e3dc243e94c7e5e3f51bf69a9f3e1e9a08d1082;hpb=a636e0aa7c9703f3fc8dfe5e36c680a00c17024a;p=citadel.git diff --git a/webcit/README.txt b/webcit/README.txt index 7e3dc243e..4cccfea81 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -104,12 +104,12 @@ something like this: Several command-line options are also available. Here's the usage for the "webcit" program: - webcit [-i ip_addr] [-p http_port] [-s] [-t tracefile] + webcit [-i ip_addr] [-p http_port] [-s] [-S cipher_suite] [-t tracefile] [-c] [-f] [remotehost [remoteport]] *or* - webcit [-i ip_addr] [-p http_port] [-s] [-t tracefile] + webcit [-i ip_addr] [-p http_port] [-s] [-S cipher_suite] [-t tracefile] [-c] [-f] uds /your/citadel/directory Explained: @@ -142,6 +142,10 @@ the "webcit" program: service. If you want to do both HTTP and HTTPS, you can simply run two instances of WebCit on two different ports. + -> The "-S" option also enables HTTPS, but must be followed by a list of + cipher suites you wish to enable. Please see http://openssl.org/docs/apps/ciphers.html + for a list of cipher strings. + -> The "-f" option tells WebCit that it is allowed to follow the "X-Forwarded-For:" HTTP headers which may be added if your WebCit service is sitting behind a front end proxy. This will allow users in your "Who