Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
deb11:certbot [2021/12/24 13:16] – created Bernard Condraudeb11:certbot [2021/12/24 14:21] Bernard Condrau
Line 1: Line 1:
 ====== Certbot ====== ====== Certbot ======
   - Install snapd<code>sudo apt update   - Install snapd<code>sudo apt update
-sudo apt install snapd</code>+sudo apt install snapd 
 +sudo snap install core 
 +sudo snap refresh core</code> 
 +  - Remove previously installed certbot packages<code>sudo apt remove --purge certbot 
 +sudo rm /usr/local/bin/certbot-auto</code> 
 +  - Remove certbot renewal entry in crontab 
 +  - Install certbot through snap<code>sudo snap install --classic certbot</code>