From 5dca72b1b1a29459665055522c1c436d120e6d50 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 31 Oct 2022 01:27:52 +0000 Subject: Doc typo fixes Signed-off-by: Laurent Bercot --- doc/s6-tlsserver.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/s6-tlsserver.html b/doc/s6-tlsserver.html index 2ec3327..f1f4e91 100644 --- a/doc/s6-tlsserver.html +++ b/doc/s6-tlsserver.html @@ -208,15 +208,15 @@ given but no -i or -x option.

As root: - KEYFILE=/etc/ssl/private/mykey.der CERTFILE=/etc/ssl/public/mycert.pem \ - TLS_UID=65534 TLS_UID=65536 \ - s6-envuidgid www - s6-tlsserver -U -- 1.2.3.4 443 httpd

+
env KEYFILE=/etc/ssl/private/mykey.der CERTFILE=/etc/ssl/public/mycert.pem \
+TLS_UID=65534 TLS_UID=65534 \
+s6-envuidgid www \
+s6-tlsserver -U -- 1.2.3.4 443 httpd

This will start a server listening to 1.2.3.4 on TCP port 443, - and for every connection, spawn the httpd program +and for every connection, spawn the httpd program reading queries on stdin and replying on stdout, as user www, with a TLS layer protecting the connection, the TLS engine running as user nobody (65534:65534). The server is -- cgit v1.2.3