Certbot Version for TLS-SNI-01 Deprecation

I was just trying to catch up on this and noticed that it requires a version 0.28. Mine is 0.27 and will not upgrade past that. A dry run tests good, however.
certbot 0.27.0
Apache/2.4.34 (Ubuntu)
Ubuntu 18.10
How can I upgrade to 0.28 if apt-get update, apt-get dist-upgrade, and apt-get upgrade do not upgrade it?

Have you enabled the PPA? It has 0.28.0.

https://launchpad.net/~certbot/+archive/ubuntu/certbot

I have this in /etc/apt/sources.list.d

deb http://ppa.launchpad.net/certbot/certbot/ubuntu cosmic main

What does “sudo apt update” do?

Does this mean it’s not seeing the ppa?

Hit:1 http://security.ubuntu.com/ubuntu cosmic-security InRelease
Hit:2 http://mirrors.digitalocean.com/ubuntu cosmic InRelease
Get:3 http://mirrors.digitalocean.com/ubuntu cosmic-updates InRelease [88.7 kB]
Get:4 http://mirrors.digitalocean.com/ubuntu cosmic-backports InRelease [74.6 kB]

The:
deb http://ppa.launchpad.net/certbot/certbot/ubuntu cosmic main
is in /etc/apt/sources.list.d/certbot-ubuntu-certbot-cosmic.list.save.

UPDATE:
I copied the certbot-ubuntu-certbot-cosmic.list.save to certbot-ubuntu-certbot.list.
Now I get this:
Hit:1 http://mirrors.digitalocean.com/ubuntu cosmic InRelease
Hit:2 http://mirrors.digitalocean.com/ubuntu cosmic-updates InRelease
Hit:3 http://mirrors.digitalocean.com/ubuntu cosmic-backports InRelease
Hit:4 http://ppa.launchpad.net/certbot/certbot/ubuntu cosmic InRelease
Hit:5 http://security.ubuntu.com/ubuntu cosmic-security InRelease

apt-get update showed certbot packages held back. I then did apt-get dist-upgrade and it updated. Thank you.
certbot 0.28.0

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.