Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Oct 2016 19:35:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213208] security/py-certbot: 'certbot renew' just prints an error message
Message-ID:  <bug-213208-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 <module>
    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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213208-13>