From 36cd749078bb7d7107e85f2c427213046faa19f3 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Wed, 6 May 2020 11:47:33 +0000
Subject: Add -e option to s6-tlsserver
---
doc/s6-tlsserver.html | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
(limited to 'doc/s6-tlsserver.html')
diff --git a/doc/s6-tlsserver.html b/doc/s6-tlsserver.html
index bb3301f..6c1395d 100644
--- a/doc/s6-tlsserver.html
+++ b/doc/s6-tlsserver.html
@@ -148,6 +148,19 @@ generally work, but unless you're running a very public server
certificates, you probably still want TCP access rules.
+ Options handled directly by s6-tlsserver
+
+
+ - -e: : indicates that
+s6-tcpserver-access should
+be invoked, even if no other option requires it, even in the absence
+of an access control ruleset. This ensures that prog...
+will always have access to environment variables such as TCPLOCALPORT.
+This option also ensures that the log does not get spammed with
+spurious "no ruleset" warnings if the -v option has been
+given but no -i or -x option.
+
+
Options passed as is to s6-tcpserver