Import Certificate to Trusted Root but not to Personal [Command Line]

Look at the documentation of certutil.exe and -addstore option. I tried certutil -addstore “Root” “c:\cacert.cer” and it worked well (meaning The certificate landed in Trusted Root of LocalMachine store). EDIT: If there are multiple certificates in a pfx file (key + corresponding certificate and a CA certificate) then this command worked well for me: certutil … Read more

Import pfx file into particular certificate store from command line

Anchoring my findings here for future readers. Import certificate to Trusted Root Certification Authorities on Local Machine: CERTUTIL -addstore -enterprise -f -v root “somCertificat.cer” Import pfx to Personal on local machine CERTUTIL -f -p somePassword -importpfx “somePfx.pfx” Import pfx to Trusted People on local machine – Link to importpfx.exe importpfx.exe -f “somePfx.pfx” -p “somePassword” -t … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)