From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] letsencrypt 0.5.0 Date: Mon, 11 Apr 2016 00:04:19 -0400 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apT58-0002nI-4C for guix-devel@gnu.org; Mon, 11 Apr 2016 00:04:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apT54-0003OU-UJ for guix-devel@gnu.org; Mon, 11 Apr 2016 00:04:10 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:40834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apT54-0003OM-QT for guix-devel@gnu.org; Mon, 11 Apr 2016 00:04:06 -0400 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 16F706801DD for ; Mon, 11 Apr 2016 00:04:03 -0400 (EDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Letsencrypt version 0.5.0 has been released. The method for renewing certificates has changed. Please adapt your renewal methods when updating. This command ...: $ letsencrypt certonly --renew [...] ... has been superseded by this one ...: $ letsencrypt renew The syntax and the behavior have both changed. The old method would renew the certificates regardless of their age, whereas the new method only renews certificates with less than 30 days to live. You must pass '--force-renewal' to remove this condition. The new method, `letsencrypt renew`, attempts to renew all configured certificates. So, you can only force the renewal of all configured certificates. AFAIK, you cannot selectively force-renew specific certifcates with the new method. Leo Famulari (1): gnu: letsencrypt, python-acme: Update to 0.5.0 gnu/packages/tls.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.7.3