URI:
       tgeomyidae: document initial TLS support - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
  HTML git clone git://r-36.net/geomyidae
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9f0ebb286b67a85e1835d562d0277492b247e839
   DIR parent 0c4826690932856f9470dafd51fdeb8aa182c7ac
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun,  7 Jun 2020 20:12:14 +0200
       
       geomyidae: document initial TLS support
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         geomyidae.8                         |       8 ++++++++
       
       1 file changed, 8 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/geomyidae.8 b/geomyidae.8
       t@@ -26,6 +26,7 @@
        .Op Fl g Ar group
        .Op Fl h Ar host
        .Op Fl i Ar interface ...
       +.Op Fl t Ar keyfile certfile
        .Ek
        .
        .Sh DESCRIPTION
       t@@ -157,6 +158,13 @@ Host to use in directory listings (default: localhost).
        .It Fl i Ar interface
        Defines the interface to which geomyidae binds to (default: 0.0.0.0).
        Multiple interfaces can be given.
       +.
       +.It Fl t Ar keyfile certfile
       +Use the private key
       +.Ar keyfile
       +and the public key
       +.Ar certfile
       +for TLS connections.
        .El
        .
        .Sh FORMATTING