From owner-freebsd-ports-bugs@freebsd.org Tue Oct 4 19:35:13 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC5E9AF5BA3 for ; Tue, 4 Oct 2016 19:35:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 919F3859 for ; Tue, 4 Oct 2016 19:35:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94JZDmm018865 for ; Tue, 4 Oct 2016 19:35:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213208] security/py-certbot: 'certbot renew' just prints an error message Date: Tue, 04 Oct 2016 19:35:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd@gleffler.us X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 19:35:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213208 Bug ID: 213208 Summary: security/py-certbot: 'certbot renew' just prints an error message Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: koobs@FreeBSD.org Reporter: freebsd@gleffler.us Flags: maintainer-feedback?(koobs@FreeBSD.org) Assignee: koobs@FreeBSD.org I have certbot installed via pkg (py27-certbot-0.8.1,1), and was successful= ly able to acquire certs a while ago. However, trying to renew the certs with 'certbot renew' fails. Here is the log from /var/log/letsencrypt, after try= ing to add --force-renewal from the command line (the command line was 'certbot --force-renewal renew'): 2016-10-04 19:24:37,301:DEBUG:certbot.main:Root logging level set at 30 2016-10-04 19:24:37,305:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log 2016-10-04 19:24:37,307:DEBUG:certbot.main:certbot version: 0.8.1 2016-10-04 19:24:37,308:DEBUG:certbot.main:Arguments: ['--force-renewal'] 2016-10-04 19:24:37,311:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#webroot,PluginEntryPoint#null,PluginEntryP= oint#manual,PluginEntryPoint#standalone) 2016-10-04 19:24:37,315:DEBUG:certbot.main:Exiting abnormally: Traceback (most recent call last): File "/usr/local/bin/certbot", line 9, in load_entry_point('certbot=3D=3D0.8.1', 'console_scripts', 'certbot')() File "/usr/local/lib/python2.7/site-packages/certbot/main.py", line 744, = in main return config.func(config, plugins) File "/usr/local/lib/python2.7/site-packages/certbot/main.py", line 584, = in renew renewal.renew_all_lineages(config) File "/usr/local/lib/python2.7/site-packages/certbot/renewal.py", line 30= 9, in renew_all_lineages raise errors.Error("Currently, the renew verb is only capable of " Error: Currently, the renew verb is only capable of renewing all installed certificates that are due to be renewed; individual domains cannot be speci= fied with this action. If you would like to renew specific certificates, use the certonly command. The renew verb may provide other options for selecting certificates to renew in the future. The certs are installed in /usr/local/etc/letsencrypt and the renewals subdirectory there has what appears to be a complete configuration file for= the domain I'm using. --=20 You are receiving this mail because: You are the assignee for the bug.=