ACME V1 To ACME V2

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.

1 Like

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
1 Like

Ubuntu 16.04 is my current OS

1 Like

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.

4 Likes

Thanks @_az For Solution. I will try this.

2 Likes

Thanks @_az It's working. Thank's alot.

2 Likes

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