Letsencrypt ImportError: No module named interface on amazon linux while renewing

前端 未结 5 1233
广开言路
广开言路 2021-01-04 05:06

Today when i tried to renew my certificates using this command I\'m facing error

/opt/letsencrypt/letsencrypt-auto renew --config /etc/letse         


        
5条回答
  •  既然无缘
    2021-01-04 05:23

    I faced the same issue and upgrading pip and virtualenv as instructed in this post worked for me.

    sudo pip install --upgrade pip
    sudo pip install --upgrade virtualenv
    rm -rf ~/.local/share/letsencrypt
    /opt/letsencrypt/letsencrypt-auto --debug
    

提交回复
热议问题