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

    Function winUninstallCert

    • Uses Powershell to uninstall a cert from the local machine's trusted root store. Must have elevated permissions.

      Parameters

      • identifier: CertIdentifier

        The subject, thumbprint or path to the pfx file of the cert to uninstall.

      • Optionaloptions: Partial<CertLogOptions>

        Options for uninstalling the cert.

      Returns Promise<void>