This is my first post on my new site, I hope someone finds it helpful!

  • h0bbl3s@lemmy.worldOP
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 年前

    I know I know. If you wanna install certbot another way feel free. Share it with me I’m sure it’ll take up less space. I only did it that way because it’s the certbot official©®™ instructions. That and I had issues with the other method I tried.

        • keisatsu@infosec.pub
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 年前

          Yeah it took a while for me to find as well, Debian moved to managing alot of packages you used to install with pip. In many cases you can just prefix pip packages with python3- and find them via apt.

          • h0bbl3s@lemmy.worldOP
            link
            fedilink
            arrow-up
            1
            ·
            1 年前

            I knew that worked for a lot of stuff. That used to be what I’d try first but I honestly just use a venv for pretty much anything that uses pip nowadays. Still helpful to know there is a package though thanks! I intend to test it out.

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        1 年前

        Or a docker image with Nginx Proxy Manager. You get a working reverse proxy, an automatically renewing certbot, easy to use UI, plus a working nginx install that you can use for serving static files, forward proxy etc.

      • h0bbl3s@lemmy.worldOP
        link
        fedilink
        arrow-up
        2
        ·
        1 年前

        I’ve got plenty of experience with docker and I’ve heard of traefik but never used it. Thanks, I’m gonna look into it.

      • h0bbl3s@lemmy.worldOP
        link
        fedilink
        arrow-up
        2
        ·
        1 年前

        I could have swore I tried it. facepalm I’ll check that out then I might edit that part.