leftover
This commit is contained in:
parent
4f4a51ae8c
commit
158584538c
26
certbot.log
Normal file
26
certbot.log
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Traceback (most recent call last):
|
||||||
|
File "/usr/bin/certbot", line 11, in <module>
|
||||||
|
load_entry_point('certbot==0.10.1', 'console_scripts', 'certbot')()
|
||||||
|
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 828, in main
|
||||||
|
args = cli.prepare_and_parse_args(plugins, cli_args)
|
||||||
|
File "/usr/lib/python2.7/site-packages/certbot/cli.py", line 1056, in prepare_and_parse_args
|
||||||
|
return helpful.parse_args()
|
||||||
|
File "/usr/lib/python2.7/site-packages/certbot/cli.py", line 516, in parse_args
|
||||||
|
parsed_args = self.parser.parse_args(self.args)
|
||||||
|
File "/usr/lib/python2.7/site-packages/configargparse.py", line 402, in parse_args
|
||||||
|
env_vars = env_vars)
|
||||||
|
File "/usr/lib/python2.7/site-packages/configargparse.py", line 556, in parse_known_args
|
||||||
|
self, args=args, namespace=namespace)
|
||||||
|
File "/usr/lib/python2.7/argparse.py", line 1733, in parse_known_args
|
||||||
|
namespace, args = self._parse_known_args(args, namespace)
|
||||||
|
File "/usr/lib/python2.7/argparse.py", line 1939, in _parse_known_args
|
||||||
|
start_index = consume_optional(start_index)
|
||||||
|
File "/usr/lib/python2.7/argparse.py", line 1879, in consume_optional
|
||||||
|
take_action(action, args, option_string)
|
||||||
|
File "/usr/lib/python2.7/argparse.py", line 1807, in take_action
|
||||||
|
action(self, namespace, argument_values, option_string)
|
||||||
|
File "/usr/lib/python2.7/site-packages/certbot/plugins/webroot.py", line 273, in __call__
|
||||||
|
namespace.webroot_path.append(_validate_webroot(webroot_path))
|
||||||
|
File "/usr/lib/python2.7/site-packages/certbot/plugins/webroot.py", line 286, in _validate_webroot
|
||||||
|
raise errors.PluginError(webroot_path + " does not exist or is not a directory")
|
||||||
|
PluginError: /var/www/html/ does not exist or is not a directory
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 57d23feac5fd5b60cd383cda2e491918d56a5638
|
|
Loading…
Reference in New Issue
Block a user