I am trying to import two certificates to my local machine using the command line.
I have one certificate to add to the Personal Store of the local machine, and another
The below 'd help you to add the cert to the Root Store-
certutil -enterprise -f -v -AddStore "Root"
This worked for me perfectly.