diff options
author | Colin Booth <colin@heliocat.net> | 2020-03-30 17:48:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 18:20:18 +0000 |
commit | ff26f8c9172fe70251389a15fb3861f7ec76882e (patch) | |
tree | 7b45042473476229974b3675ecaa6dc2565bd4c9 /doc/s6-tlsc.html | |
parent | e7e1929e0c1476558a86d5e9280c7f54ac0bf5c3 (diff) | |
download | s6-networking-ff26f8c9172fe70251389a15fb3861f7ec76882e.tar.xz |
s6-networking: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc/s6-tlsc.html')
-rw-r--r-- | doc/s6-tlsc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-tlsc.html b/doc/s6-tlsc.html index 99fed9c..ad923b4 100644 --- a/doc/s6-tlsc.html +++ b/doc/s6-tlsc.html @@ -212,7 +212,7 @@ application requires it to be secure. <h2> <tt>s6-tlsc</tt> options </h2> <ul> - <li> <tt>-v <em>verbosity</em></tt> : Be more or less + <li> <tt>-v <em>verbosity</em></tt> : Be more or less verbose. Default for <em>verbosity</em> is 1. 0 is quiet, 2 is verbose, more than 2 is debug output. This option currently has no effect. </li> @@ -227,7 +227,7 @@ and break the connection when <em>prog</em> sends EOF. </li> connection without using <tt>close_notify</tt>. This is the default. </li> <li> <tt>-Y</tt> : Do not send a client certificate. This is the default. </li> <li> <tt>-y</tt> : Send a client certificate. </li> - <li> <tt>-k <em>servername</em></tt> : use Server Name + <li> <tt>-k <em>servername</em></tt> : use Server Name Indication, and send <em>servername</em>. The default is not to use SNI, which may be a security risk. </li> <li> <tt>-K <em>kimeout</em></tt> : close the connection |