Certbot VersionConflict after update on Ubuntu

Thanks, I reported it to the project maintainer: Remove certbot<2 constraint · Issue #28 · terrycain/certbot-dns-azure · GitHub.

About reverting to Certbot 1.32.2, you might be able to install the old snap file directly. I have copied it from the build pipeline and uploaded it here and you can install it with:

snap install --classic --dangerous certbot_1.32.2_amd64.snap

Other options include:

  • Try the pip instructions for the time being, installing certbot==1.32.0 directly.
  • My DNS plugin supports Azure and should work with any version of the Certbot snap.
5 Likes