My certbot is currently on 0.23.0 on Ubuntu 18.04.1. I need to update certbot to avoid the issue described here Could not decode 'status' when performing a renew dry run
Can someone point me to what I need to do to accomplish that?
My certbot is currently on 0.23.0 on Ubuntu 18.04.1. I need to update certbot to avoid the issue described here Could not decode 'status' when performing a renew dry run
Can someone point me to what I need to do to accomplish that?
Hi,
Try to run sudo apt-get update
Thank you
If you have the right repository added, after sudo apt-get update you will see something like:
Hit:# http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
If so, you can then just do:
sudo apt-get upgrade
this worked fine. Thank you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.