]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/IMAPD.pm
daemon: reload TLS certs and keys on SIGHUP
[public-inbox.git] / lib / PublicInbox / IMAPD.pm
index b24097a2453c10783aa334484ba3920d329d85b5..6038fd88a6e32fd2cd1f7064b61ecfaa0fb39b3d 100644 (file)
@@ -1,8 +1,7 @@
 # Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
-# represents an IMAPD (currently a singleton),
-# see script/public-inbox-imapd for how it is used
+# represents an IMAPD, see script/public-inbox-imapd for how it is used
 package PublicInbox::IMAPD;
 use strict;
 use v5.10.1;
@@ -19,7 +18,7 @@ sub new {
                mailboxes => {},
                err => \*STDERR,
                out => \*STDOUT,
-               # accept_tls => { SSL_server => 1, ..., SSL_reuse_ctx => ... }
+               # ssl_ctx_opt => { SSL_cert_file => ..., SSL_key_file => ... }
                # pi_cfg => PublicInbox::Config
                # idler => PublicInbox::InboxIdle
        }, $class;