diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-08-29 17:58:13 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-08-29 17:58:13 +0000 |
| commit | df694a5987e58a1ec77ab809d83fcaf124da9d29 (patch) | |
| tree | afc82d193bf0a2521e99c8fa06fcfa6ced14383b /doc/quickstart.html | |
| parent | 0691bcbd11897694a604f99fa58af6b4286c7195 (diff) | |
| download | tipidee-df694a5987e58a1ec77ab809d83fcaf124da9d29.tar.gz | |
More doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/quickstart.html')
| -rw-r--r-- | doc/quickstart.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/quickstart.html b/doc/quickstart.html index 974c4b5..8a393fb 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -76,7 +76,7 @@ corresponding private key is in <tt>/etc/ssl/acme/private/example.com/key.pem</t the basic command line for your HTTPS service could look like: <tt>s6-envuidgid www env CERTFILE=/etc/ssl/acme/example.com/cert.pem KEYFILE=/etc/ssl/acme/private/example.com/key.pem -s6-tlsserver -U -e example.com 443 tipideed<tt>. +s6-tlsserver -U -e example.com 443 tipideed</tt>. <ul> <li> <a href="//skarnet.org/software/s6/s6-envuidgid.html">s6-envuidgid</a> puts the uid and gid of user <tt>www</tt> into the environment. </li> |
