• sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Exactly. Setting up Let’s Encrypt is really easy, and once it’s set up, you don’t have to think about it.

    I did it for self-hosted stuff, and it’s trivial. You can even do DNS challenge auth instead of HTTP and you don’t need to have port 80 open at all, but you do need a login token for your DNS host for the script.

    The first one will probably take an hour or two if it’s your first time, and after that, it’s maybe 5 min per site.

    • Rogue@feddit.uk
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Even that’s more steps than necessary.

      Just serve your website with Caddy and it handles certs for you. The config is absolutely trivial compared to Apache, nginx, etc

    • Rob Bos@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Not all DNS hosts support that. Webnames.ca, looking at you…

      Also my workplace hosts their own dns and I think it will be a cold day in hell before they let me do automated updates.

      • exu@feditown.comOP
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        Any DNS host that doesn’t support automation either starts building now or goes out of business when short certs are implemented.

    • paraphrand@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Exactly. Setting up Let’s Encrypt is really easy, and once it’s set up, you don’t have to think about it.

      That’s what I thought. And now I need to figure out how to update it for 47 day cycles.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        I have mine check daily, which is the default and is recommended. It only actually updates when it’s close to renewal, so I never need to care how short the renewal period is.