diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-08-23 15:03:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-08-23 15:03:54 +0000 |
commit | e6822833c65d31a498b9b543d2d4fd34d5be939d (patch) | |
tree | 134ebb4350315dab5694738c0a6aaf212c6d3b26 /doc/s6-tlsd-io.html | |
parent | da13dfcb1f0cfae82f448873c15cb01fd78639aa (diff) | |
download | s6-networking-e6822833c65d31a498b9b543d2d4fd34d5be939d.tar.xz |
... and fix typos
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-tlsd-io.html')
-rw-r--r-- | doc/s6-tlsd-io.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/s6-tlsd-io.html b/doc/s6-tlsd-io.html index a026664..600690c 100644 --- a/doc/s6-tlsd-io.html +++ b/doc/s6-tlsd-io.html @@ -3,9 +3,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="en" /> - <title>s6-networking: the s6-tlsc-io program</title> - <meta name="Description" content="s6-networking: the s6-tlsc-io program" /> - <meta name="Keywords" content="s6-networking s6-tlsc-io tlsc tls ssl ucspi tcp inet network tcp/ip client" /> + <title>s6-networking: the s6-tlsd-io program</title> + <meta name="Description" content="s6-networking: the s6-tlsd-io program" /> + <meta name="Keywords" content="s6-networking s6-tlsd-io tlsd tls ssl ucspi tcp inet network tcp/ip server" /> <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> </head> <body> @@ -210,7 +210,7 @@ no effect. </li> and break the connection when receiving a local 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>-Y</tt> : Request an client certificate. + <li> <tt>-Y</tt> : Request a client certificate. The certificate is optional: if the client gives none, the connection proceeds. </li> <li> <tt>-y</tt> : Request a client certificate. |