From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 160C71F54E for ; Wed, 3 Aug 2022 08:16:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1659514594; bh=MOMNGLMo6r8N+H3C4H2+Uhl8qqEkD8LjqRrgMlL7JiY=; h=Date:From:To:Subject:References:In-Reply-To:From; b=UYJwVc6de8VyPhbrhd5F36pMxpCoypWKjg3+mgEItOcsb9lh63sNrC5o8tJ7n1NPj wJFFgsYZ+BVaE3LAmwzajeGrCR82MnLmeCySF3vnReypSEYlawFcZi0xhmc/EjC7rF FnhbBVcVqa4ZBPIvOjwGJxeVZh6MApi+xpFjWr+4= Date: Wed, 3 Aug 2022 08:16:33 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH] daemon: reload TLS certs and keys on SIGHUP Message-ID: <20220803081633.GA7581@dcvr> References: <20220803080603.3036-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220803080603.3036-1-e@80x24.org> List-Id: Eric Wong wrote: > This allows new TLS certificates to be loaded for new clients > without having to timeout or drop existing clients with > established connections on the . This should benefit users with That should read: This allows new TLS certificates to be loaded for new clients without having to timeout nor drop existing clients with established connections made with the old certs. :x