- 积分
- 198
- 威望
-
- 金钱
-
- 注册时间
- 2012-3-21
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2016-11-18 08:30:37
|
显示全部楼层
新服务器上多次
./certbot-auto -n
一直显示错误:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Missing command line flags. For non-interactive execution, you will need to specify a plugin on the command line. Run with '--help plugins' to see a list of options, and see https://eff.org/letsencrypt-plugins for more detail on what the plugins do and how to use them.
vi /var/log/letsencrypt/letsencrypt.log
显示:
2016-11-18 00:25:04,381EBUG:certbot.main:Root logging level set at 20
2016-11-18 00:25:04,381:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2016-11-18 00:25:04,381EBUG:certbot.main:certbot version: 0.9.3
2016-11-18 00:25:04,382EBUG:certbot.main:Arguments: ['-n']
2016-11-18 00:25:04,382EBUG:certbot.mainiscovered plugins: PluginsRegistry(PluginEntryPoint#standalone,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#webroot,PluginEntryPoint#apache,PluginEntryPoint#null)
2016-11-18 00:25:04,382EBUG:certbot.plugins.selection:Requested authenticator None and installer None
2016-11-18 00:25:04,383EBUG: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/lib/python2.7/site-packages/certbot/main.py", line 776, in main
return config.func(config, plugins)
File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/main.py", line 502, in run
installer, authenticator = plug_sel.choose_configurator_plugins(config, plugins, "run")
File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/plugins/selection.py", line 185, in choose_configurator_plugins authenticator = installer = pick_configurator(config, req_inst, plugins)
File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/plugins/selection.py", line 25, in pick_configurator
(interfaces.IAuthenticator, interfaces.IInstaller))
File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/certbot/plugins/selection.py", line 67, in pick_plugin
"Missing command line flags. For non-interactive execution, "
MissingCommandlineFlag: Missing command line flags. For non-interactive execution, you will need to specify a plugin on the command line. Run with '--help plugins' to see a list of options, and see https://eff.org/letsencrypt-plugins for more detail on what the plugins do and how to use them.
昨晚升级python到3.4.3,发现./certbot-auto -n後仍然提示以上错误 |
|