How do up upgrade LetsEncrypt certbot to version 0.22 which supports wildcard certificates?

Check version number

certbot --version || /path/to/certbot-auto --version

If you have already installed Certbot, you should add a parameter to apt-get install to upgrade only a specific package

sudo apt-get update
sudo apt-get install --only-upgrade certbot

You may also like...