It errors out, I’m wondering if I have something wrong in my cli.ini:
Redirecting to /bin/systemctl start httpd.service
2016-07-26 08:55:15,913:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2016-07-26 08:55:15,928:INFO:certbot.hooks:No renewals attempted, so not running post-hook
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.
2016-07-26 14:55:15,908:DEBUG:certbot.main:Root logging level set at 20
2016-07-26 14:55:15,913:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2016-07-26 14:55:15,919:DEBUG:certbot.main:certbot version: 0.8.1
2016-07-26 14:55:15,920:DEBUG:certbot.main:Arguments: [’–pre-hook’, ‘/usr/sbin/service httpd stop’, ‘–post-hook’, ‘/usr/sbin/service httpd start’]
2016-07-26 14:55:15,925:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#webroot,PluginEntryPoint#null,PluginEntryPoint#manual,PluginEntryPoint#standalone)
2016-07-26 14:55:15,928:INFO:certbot.hooks:No renewals attempted, so not running post-hook
2016-07-26 14:55:15,934:DEBUG:certbot.main:Exiting abnormally:
Traceback (most recent call last):
File “/usr/bin/certbot”, line 9, in
load_entry_point(‘certbot==0.8.1’, ‘console_scripts’, ‘certbot’)()
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 744, in main
return config.func(config, plugins)
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 584, in renew
renewal.renew_all_lineages(config)
File “/usr/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.