From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14632 invoked from network); 27 Aug 2021 12:45:27 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 27 Aug 2021 12:45:27 -0000 Received: (qmail 24311 invoked by uid 550); 27 Aug 2021 12:45:23 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 24290 invoked from network); 27 Aug 2021 12:45:23 -0000 Date: Fri, 27 Aug 2021 08:45:10 -0400 From: Rich Felker To: Yuki Okushi Cc: musl@lists.openwall.com Message-ID: <20210827124509.GR13220@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] musl.libc.org's certificate has been expired On Fri, Aug 27, 2021 at 03:02:17PM +0900, Yuki Okushi wrote: > Hi folks, > > I've noticed musl.libc.org's certificate has been expired when our CI > tried to get an image from there. > If anyone here has an access to it, could you fix it? > > (Just in case if you want me to reply, please cc me as I don't > subscribe to the mailing list.) Thanks for the notice. I'm debugging it now. It looks like LE changed something that broke automatic renewal... Rich