This post is part of the series on Network Shell Snippets.
The following Network Shell command will delete the bound SSL certificate:
netsh http delete sslcert ipport=0.0.0.0:28666
Change the highlighted section to the port number to which the SSL certificate is bound.
Continue Reading Ian Grieve’s Article on their blog
Network Shell Snippets: Delete Bound SSL Certificate
This post is part of the series on Network Shell Snippets. The following Network Shell command will delete the bound SSL certificate: netsh http delete sslcert ipport=0.0.0.0:48666 Change th…
Blog Syndicated with Ian Grieve’s Permission