diff options
Diffstat (limited to 'doc/s6-tlsd.html')
-rw-r--r-- | doc/s6-tlsd.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/s6-tlsd.html b/doc/s6-tlsd.html index 883777b..73a9f9b 100644 --- a/doc/s6-tlsd.html +++ b/doc/s6-tlsd.html @@ -38,7 +38,7 @@ the options given when configuring <tt>s6-networking</tt>. <h2> Interface </h2> <pre> - s6-tlsd [ -S | -s ] [ -Y | -y ] [ -Z | -z ] [ -v <em>verbosity</em> ] [ -K <em>kimeout</em> ] [ -k <em>snilevel</em> ] [ -- ] <em>prog...</em> + s6-tlsd [ -S | -s ] [ -J | -j ] [ -Y | -y ] [ -Z | -z ] [ -v <em>verbosity</em> ] [ -K <em>kimeout</em> ] [ -k <em>snilevel</em> ] [ -- ] <em>prog...</em> </pre> <ul> @@ -139,6 +139,9 @@ before execing <em>prog...</em>. This is the default. </li> and break the connection when <em>prog</em> sends EOF. </li> <li> <tt>-s</tt> : transmit EOF by half-closing the TCP connection without using <tt>close_notify</tt>. This is the default. </li> + <li> <tt>-J</tt> : make <a href="s6-tlsd-io.html">s6-tlsd-io</a> +exit with a nonzero code if the peer sends EOF without a close_notify first </li> + <li> <tt>-j</tt> : treat EOF from the peer as a normal exit condition </li> <li> <tt>-Y</tt> : Request an optional client certificate. </li> <li> <tt>-y</tt> : Request a mandatory client certificate. The default, with neither the <tt>-Y</tt> nor the <tt>-y</tt> option, |