• JustinEnglish
    arrow-up
    4
    arrow-down
    5
    ·
    3 hours ago
    link
    fedilink

    They should be automated too.

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

    • hemkoEnglish
      arrow-up
      4
      arrow-down
      0
      ·
      3 hours ago
      edit-2
      2 hours ago
      link
      fedilink

      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

      • JustinEnglish
        arrow-up
        2
        arrow-down
        0
        ·
        1 hour ago
        edit-2
        1 hour ago
        link
        fedilink

        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.