Delete Certificate Certmr.exe
Hi All
I added a certficate using Certmgr.exe
certmgr /add /c certfle.cer /s /r localmachine root
The Certficate installed succesfully but now I am trying to delete the certficate using Certmgr but no joy can anymone help. I am using the following command line:-
certmgr /del /c certfle.cer /s /r localmachine root
Many thanks in advance
I added a certficate using Certmgr.exe
certmgr /add /c certfle.cer /s /r localmachine root
The Certficate installed succesfully but now I am trying to delete the certficate using Certmgr but no joy can anymone help. I am using the following command line:-
certmgr /del /c certfle.cer /s /r localmachine root
Many thanks in advance
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
rpfenninger
19 years ago
Posted by:
isja693
16 years ago
This is how I removed the certificate:
Certmgr -del -c -n "name of your certificate" -s -r localMachine root
"name of certificate" in the above command is the name of the certificate listed under the column 'Issued To' Trusted Root Certification Authorities while running the certmgr in gui mode or looking at certificates within Internet Explorer. I beleive you need the " " around your 'Issued To' certificate name.
Certmgr -del -c -n "name of your certificate" -s -r localMachine root
"name of certificate" in the above command is the name of the certificate listed under the column 'Issued To' Trusted Root Certification Authorities while running the certmgr in gui mode or looking at certificates within Internet Explorer. I beleive you need the " " around your 'Issued To' certificate name.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.