Delete a Personal Store Certificate

email me

Delete the cert

certutil.exe -user -delstore my TheCertName.pfx

 

Delete the associated SSL and URL

netsh http delete sslcert ipport=0.0.0.0:8443
netsh http delete urlacl url=”https://127.0.0.1:8443/”

Reference: http://ss64.com/nt/certutil.html