@mikeyt23/node-cli-utils
    Preparing search index...

    Function winInstallCert

    • Uses Powershell to install a cert to the local machine's trusted root store. Must have elevated permissions. If the cert is already installed, this function will do nothing.

      Parameters

      • pfxPath: string

        The path to the pfx file to install.

      • Optionaloptions: Partial<CertLogOptions>

      Returns Promise<void>