• Justin@lemmy.jlh.name
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    5
    ·
    8 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.

    • hemko@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      7 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@lemmy.jlh.name
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        6 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.