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

前端 未结 5 1243
广开言路
广开言路 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:31

    After doing lots of research I found it.

    You have to unset Python install layout

     unset PYTHON_INSTALL_LAYOUT
    

    then update letsencrypt

     /opt/letsencrypt/letsencrypt-auto -v
    

    for more refer this blog https://o-mkar.com/facing-problem-while-renewing-letsencrypt-certificates-importerror-no-module-named-interface-amazon-linux

提交回复
热议问题