【发布时间】:2016-11-05 07:45:18
【问题描述】:
今天我尝试使用此命令更新证书时遇到错误
/opt/letsencrypt/letsencrypt-auto renew --config /etc/letsencrypt/config.ini --agree-tos && apachectl graceful
也试过这个命令
/opt/letsencrypt/letsencrypt-auto renew
错误:
Traceback (most recent call last):
File "/root/.local/share/letsencrypt/bin/letsencrypt", line 7, in <module>
from certbot.main import main
File "/root/.local/share/letsencrypt/local/lib/python2.7/dist-packages/certbot/main.py", line 12, in <module>
import zope.component
File "/root/.local/share/letsencrypt/local/lib/python2.7/dist-packages/zope/component/__init__.py", line 16, in <module>
from zope.interface import Interface
ImportError: No module named interface
我做了很多研究没有找到解决方案。
【问题讨论】:
-
?可能你可以猜到,使用哪个python-[??]。 IE。很多包
interface.pypackages.debian.org/…
标签: python linux lets-encrypt