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
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.