No, it didn’t.
2016-12-08 13:43:35,315:DEBUG:certbot.main:Root logging level set at 20
2016-12-08 13:43:35,317:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2016-12-08 13:43:35,331:DEBUG:certbot.main:certbot version: 0.9.3
2016-12-08 13:43:35,331:DEBUG:certbot.main:Arguments: ['--agree-tos', '--rsa-key-size', '4096', '-m', 'my@email.com', '-d', 'sub.mydomain.com', '--renew-by-default', '--dry-run']
2016-12-08 13:43:35,333:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#nginx,PluginEntryPoint#standalone,PluginEntryPoint#manual,PluginEntryPoint#webroot,PluginEntryPoint#apache,PluginEntryPoint#null)
2016-12-08 13:43:35,339:DEBUG:certbot.plugins.selection:Requested authenticator None and installer None
2016-12-08 13:43:36,695:DEBUG:certbot.main:Exiting abnormally:
Traceback (most recent call last):
File "/root/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 776, in main
return config.func(config, plugins)
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 554, in obtain_cert
installer, auth = plug_sel.choose_configurator_plugins(config, plugins, "certonly")
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/plugins/selection.py", line 190, in choose_configurator_plugins
authenticator = pick_authenticator(config, req_auth, plugins)
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/plugins/selection.py", line 40, in pick_authenticator
config, default, plugins, question, (interfaces.IAuthenticator,))
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/plugins/selection.py", line 77, in pick_plugin
verified.prepare()
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 220, in prepare
return [plugin_ep.prepare() for plugin_ep in six.itervalues(self._plugins)]
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 106, in prepare
self._initialized.prepare()
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 193, in prepare
self.vhosts = self.get_virtual_hosts()
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 578, in get_virtual_hosts
new_vhost = self._create_vhost(path)
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 533, in _create_vhost
if self.parser.find_dir("SSLEngine", "on", start=path, exclude=False):
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot_apache/parser.py", line 318, in find_dir
self._get_include_path(self.get_arg(match + "/arg")),
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot_apache/parser.py", line 339, in get_arg
value = value.strip("'\"")
AttributeError: 'NoneType' object has no attribute 'strip'