diff options
Diffstat (limited to 'doc/s6-tlsc.html')
-rw-r--r-- | doc/s6-tlsc.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/s6-tlsc.html b/doc/s6-tlsc.html index 32070c0..6f644c4 100644 --- a/doc/s6-tlsc.html +++ b/doc/s6-tlsc.html @@ -95,8 +95,9 @@ environment variables: TLSv1, TLSv1.1, TLSv1.2... </li> <li> <tt>SSL_CIPHER</tt> contains the name of the cipher used. </li> - <li> <tt>SSL_TLS_SNI_SERVERNAME</tt> contains the required SNI -server name, if any, or is empty otherwise. </li> + <li> <tt>SSL_TLS_SNI_SERVERNAME</tt> contains <em>servername</em>, +if the <tt>-k</tt> option has been given; otherwise it is removed +from the environment. </li> <li> More similar environment variables containing information about the connection may be added in the future. </li> </ul> |