Windows Certificate Installation Command

What is the command for installing certificate on Windows with LambdaTest prerun?

Hii Mark,

To install a certificate on Windows during the LambdaTest prerun, you can use the following PowerShell command. This command imports the certificate and stores it in the ‘Root’ certificate store on the local machine.

Import-Certificate -FilePath "C:\Users\ltuser\Downloads\{NAME-OF-THE-CERTIFICATE}" -CertStoreLocation 'Cert:\LocalMachine\Root' -Verbose

Ensure you replace {NAME-OF-THE-CERTIFICATE} with the actual name of the certificate file you want to install. This command helps in setting up the necessary security configurations for LambdaTest, ensuring a smooth and secure testing environment.

Hope this will help let us know if you face any other issues.