We are using certbot 0.23.0 is this support ACME V2. I want to update cerbot which support ACME v2. I am facing issue to upgrade it. Can you help me to Upgrade with version which support ACME v2 protocol.
Hi @neerajpaliwal,
Sure thing. What is the flavor and version of your Linux distribution?
You can find this information in one of these commands:
cat /etc/os-release
lsb_release -a
Ubuntu 16.04 is my current OS
On Ubuntu 16.04, you can find Certbot 0.27.0 in the base apt
repositories. If you run:
sudo apt-get update && sudo apt-get install --only-upgrade certbot
it should upgrade from 0.23.0 to 0.27.0. This version is capable of using ACME v2.
That said, the way to upgrade to the latest version of Certbot on Ubuntu is to get it from snaps. You can see the instructions for doing so on https://certbot.eff.org/lets-encrypt/ubuntuxenial-other. This version will automatically migrate your certificates from ACMEv1 to ACMEv2.
Thanks @_az For Solution. I will try this.
Thanks @_az It's working. Thank's alot.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.