• Antithetical@lemmy.deedium.nl
      link
      fedilink
      English
      arrow-up
      64
      arrow-down
      4
      ·
      1 month ago

      I’m sorry, but have you ever needed to manage some certificates for a legacy system or something that isn’t just a simple public facing webserver?

      Automation becomes complicated very quickly. And you don’t want to give DNS mutation access to all those systems to renew with DNS-01.

      • anonymous111@lemmy.world
        link
        fedilink
        English
        arrow-up
        41
        arrow-down
        2
        ·
        1 month ago

        Ahh yes the: we can’t have self signed certificates for security reasons but also can’t open up the environment to the web, and we dont have our own CA server, trifecta.

        Solution: awkward, manual, certificate import process from a 3rd party vendor.

        • catloaf@lemm.ee
          link
          fedilink
          English
          arrow-up
          18
          ·
          1 month ago

          Even if you have an internal CA, few appliances support this kind of automation. At best, they have an API, and you get to write that automation yourself for each appliance.

          • UnsavoryMollusk@lemmy.world
            link
            fedilink
            English
            arrow-up
            8
            ·
            1 month ago

            Knew a place where, for some devices, it was only available via a web interface. It was automated via WebDriver by a sysadmin that was losing his mind.

            • corsicanguppy@lemmy.ca
              link
              fedilink
              English
              arrow-up
              8
              ·
              1 month ago

              If you think it’s just too easy but people are still discussing it, please entertain the notion that you may have oversimplified the situation in your assessment and that as assumptions become clarified you may yet soon understand a horror that apple can’t quite grok.

    • RegalPotoo@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      1 month ago

      It’s not the issuance that’s the headache, it’s the installation. There are more things that need valid certs than just webservers

        • wizardbeard@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          17
          ·
          1 month ago

          Any number of numerous appliances and hideously malformed business systems that don’t have ways to automate cert changes.

          Not everyone gets to work in their simple little world of standards-following lab servers.

        • Terrasque@infosec.pub
          link
          fedilink
          English
          arrow-up
          8
          ·
          1 month ago

          This has a lot of “I can use the bus perfectly fine for my needs, so we should outlaw cars” energy to it.

          There are several systems, like firewalls , switches, routers, proprietary systems and so on that only has a manual process for updating, that can’t be easily automated.

            • Terrasque@infosec.pub
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 month ago

              Hah. Snake oil vendors will still sell snake oil, CEO will still be dazzled by fancy dinners and fast talking salesmen, and IT will still be tasked with keeping the crap running.

    • thesmokingman@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      AWS makes this impossible in a few places such as a fair number of ACM use-cases.

      I think your cert-per-session idea is interesting. We’d need significant throughput and processing boosts to make that happen, probably at least on the order of 10X computing speeds and 10X transmission speeds across the board minimum. These operations are computationally intense and add data to the wire so, for example, a simple Lemmy server with hundreds of users slows to a crawl and a larger site eg Mastodon goes to dialup speeds or worse. You can test at home by trying to generate an x509 self-signed cert before connecting to a website every time.