]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/POP3D.pm
daemon: reload TLS certs and keys on SIGHUP
[public-inbox.git] / lib / PublicInbox / POP3D.pm
index 5cfe961343a58b732e8d1d52e001ae884ae508ba..764f9ffe8f8073ef2208f74a92ecd271016925e1 100644 (file)
@@ -45,7 +45,7 @@ sub new {
                # lock_path => ...
                # interprocess lock is the $pop3state/txn.locks file
                # txn_locks => {}, # intraworker locks
-               # accept_tls => { SSL_server => 1, ..., SSL_reuse_ctx => ... }
+               # ssl_ctx_opt => { SSL_cert_file => ..., SSL_key_file => ... }
        }, $cls;
 }