Guest User

Untitled

a guest
Jan 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. netsh http show sslcert
  2.  
  3. certutil -store MY
  4.  
  5. C:WEBSITESSSL> certutil -dump www.example.com.pfx
  6.  
  7. netsh http show sslcert > c:tempcertlog.txt
  8. notepad c:tempcertlog.txt
  9.  
  10. IP:port : 10.0.0.1:443
  11. Certificate Hash : d4a17e3b57e48c1166f18394a819edf770459ac8
  12. Application ID : {4dc3e181-e14b-4a21-b022-59fc669b0914}
  13. Certificate Store Name : My
  14. Verify Client Certificate Revocation : Enabled
  15. Verify Revocation Using Cached Client Certificate Only : Disabled
  16. Usage Check : Enabled
  17. Revocation Freshness Time : 0
  18. URL Retrieval Timeout : 0
  19. Ctl Identifier : (null)
  20. Ctl Store Name : (null)
  21. DS Mapper Usage : Disabled
  22. Negotiate Client Certificate : Disabled
  23.  
  24. C:Windowssystem32>netsh http show sslcert ipport=10.0.0.1:443
  25.  
  26. SSL Certificate bindings:
  27. -------------------------
  28.  
  29. IP:port : 10.0.0.1:443
  30. Certificate Hash : d4a17e3b57e48c1166f18394a819edf770459ac8
  31. Application ID : {4dc3e181-e14b-4a21-b022-59fc669b0914}
  32. Certificate Store Name : My
  33. Verify Client Certificate Revocation : Enabled
  34. Verify Revocation Using Cached Client Certificate Only : Disabled
  35. Usage Check : Enabled
  36. Revocation Freshness Time : 0
  37. URL Retrieval Timeout : 0
  38. Ctl Identifier : (null)
  39. Ctl Store Name : (null)
  40. DS Mapper Usage : Disabled
  41. Negotiate Client Certificate : Disabled
  42.  
  43. C:Windowssystem32>netsh http delete sslcert ipport=10.0.0.1:443
  44.  
  45. SSL Certificate successfully deleted
Add Comment
Please, Sign In to add comment