• Justin
    link
    fedilink
    English
    -412 hours ago

    They should be automated too.

    The fact that I can’t use terraform to automatically deploy certs to network appliances is a problem.

    • @[email protected]
      link
      fedilink
      English
      111 minutes ago

      Ugh. Righteous ideas about how things should work don’t change the fact that these network appliances doing it the wrong way still have years of time left before the bean counters consider them depreciated and let us replace them. Or that we’re locked into a multi-year contract with this business system that requires updating certs through a web UI.

      Yes, there are almost always workarounds and ways to still automate it in the end, but then it’s a matter of effort vs stability vs time savings.

      I love automating manual sysadmin actions, it’s my primary role on my team. Still, ignoring the complications that will unavoidably arise in trying automating this for every unique setup is incredibly foolish.

    • @[email protected]
      link
      fedilink
      English
      6
      edit-2
      10 hours ago

      Technically, you shouldn’t even deploy certs to network appliances or servers but they should fetch certificates automatically from a vault. I know there’s minimal support for such things right now from some vendors, but that should be fixed by those vendors.

      Even Microsoft supports such solutions in Azure both with PaaS components and Windows and Linux servers (in Azure or onprem) via extensions

      • Justin
        link
        fedilink
        English
        3
        edit-2
        10 hours ago

        True.

        cert-manager is an amazing tool for deploying certificates for containerized applications. There’s no standardized way to deploy those certs outside of containers without scripting it yourself though, unfortunately.