[Bug 213208] security/py-certbot: 'certbot renew' just prints an error message
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 4 19:35:13 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213208
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 at FreeBSD.org
Reporter: freebsd at gleffler.us
Flags: maintainer-feedback?(koobs at FreeBSD.org)
Assignee: koobs at FreeBSD.org
I have certbot installed via pkg (py27-certbot-0.8.1,1), and was successfully
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 trying
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,PluginEntryPoint#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==0.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 309,
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 specified
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list