view · edit · sidebar · attach · print · history

<< | Index | >>

20.12.2019

Let's encrypt Error

Error

 Error: couldn't get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt:

Solution

 rm -rf /opt/eff.org/*
 cd /usr/local/src/certbot
 git pull
 sudo /etc/init.d/apache2 stop
 ./certbot-auto renew
 sudo /etc/init.d/apache2 start
view · edit · sidebar · attach · print · history
Page last modified on December 20, 2019, at 04:29 PM