I’ve been trying to install a .cer file and getting a 9009 exit code (file not found)
I’ve made a bunch of iterations to the command and this is the latest that I have. Any input would be appreciated.
waithidden {pathname of system folder & "\certutil.exe"} -addstore -f "Root" "{pathname of client folder of current site & "\__Download\MicrosoftRootCertificateAuthority2011.cer"}
This is what we use to install a cisco umbrella root cert and it works great. I think i had a similar issue with the 9009 error at first until i copied the cert to a local directory and spelled out the path instead of using {pathname of client …} substitution.