ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Getting a version of certbot that works on debian stretch

    IT Discussion
    3
    5
    650
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • momurdaM
      momurda
      last edited by momurda

      This is probably a very temporary issue. But it exists today.
      debian stretch main repos only have certbot .10 available.
      To make a site use https today you need to be using .21+ since theyve updated how they do ACME challenge. New way isnt supported in .10.

      So to change your existing debian version of python-certbot-apache
      sudo apt remove python-certbot-apache
      sudo apt autoremove This removes the unused packages that python-certbot-apache used.

      nano /etc/apt/sources.list
      add

      # debian stretch-backports
      deb http://ftp.debian.org/debian stretch-backports main
      

      Save and exit
      run
      sudo apt install python-certbot-apache -t stretch-backports
      You will get the newer version .23 that works with new challenge system. I probably could have just used apt-get upgrade after adding the backports repo without removing the old packages.

      dbeatoD 1 Reply Last reply Reply Quote 3
      • dbeatoD
        dbeato @momurda
        last edited by

        @momurda said in Getting a version of certbot that works on debian stretch:

        This is probably a very temporary issue. But it exists today.
        debian stretch main repos only have certbot .10 available.
        To make a site use https today you need to be using .21+ since theyve updated how they do ACME challenge. New way isnt supported in .10.

        So to change your existing debian version of python-certbot-apache
        sudo apt remove python-certbot-apache
        sudo apt autoremove This removes the unused packages that python-certbot-apache used.

        nano /etc/apt/sources.list
        add

        # debian stretch-backports
        deb http://ftp.debian.org/debian stretch-backports main
        

        Save and exit
        run
        sudo apt install python-certbot-apache -t stretch-backports
        You will get the newer version .23 that works with new challenge system. I probably could have just used apt-get upgrade after adding the backports repo without removing the old packages.

        which version of Debian?

        black3dynamiteB 1 Reply Last reply Reply Quote 0
        • black3dynamiteB
          black3dynamite @dbeato
          last edited by

          @dbeato said in Getting a version of certbot that works on debian stretch:

          @momurda said in Getting a version of certbot that works on debian stretch:

          This is probably a very temporary issue. But it exists today.
          debian stretch main repos only have certbot .10 available.
          To make a site use https today you need to be using .21+ since theyve updated how they do ACME challenge. New way isnt supported in .10.

          So to change your existing debian version of python-certbot-apache
          sudo apt remove python-certbot-apache
          sudo apt autoremove This removes the unused packages that python-certbot-apache used.

          nano /etc/apt/sources.list
          add

          # debian stretch-backports
          deb http://ftp.debian.org/debian stretch-backports main
          

          Save and exit
          run
          sudo apt install python-certbot-apache -t stretch-backports
          You will get the newer version .23 that works with new challenge system. I probably could have just used apt-get upgrade after adding the backports repo without removing the old packages.

          which version of Debian?

          Must Debian 8 since Debian 9 is stretch.

          1 Reply Last reply Reply Quote 0
          • momurdaM
            momurda
            last edited by momurda

            9., the main repo still at .10

            dbeatoD 1 Reply Last reply Reply Quote 0
            • dbeatoD
              dbeato @momurda
              last edited by

              @momurda said in Getting a version of certbot that works on debian stretch:

              9., the main repo still at .10

              Got it, I didn’t see the title too I see it says Stretch, I should have known.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post