1

On some PC's running netsh.exe http update help shows the command netsh.exe http update sslcert and it works, but on other PC's it does not. (Both running Windows 10.) When was it introduced / removed?

(netsh.exe is documented in various places, but it's unclear which documentation is up to date. A, B, ... None of them list netsh.exe http update sslcert.)

Peter
  • 171
  • 6
  • 1
    Check the version of `%WinDir%\System32\netsh.exe`. I'm finding that version 6.x does not have the "update" option, and version 10.0.14393.0 does have it. I can't find any earlier versions of 10.x to compare. But this makes me think the "update" option is present in 1607 and newer. – Doug Deden Mar 11 '19 at 16:19
  • @DougDeden The version here that does *not* have it is 10.0.14393 / 1607. – Peter Mar 12 '19 at 16:22
  • 1
    Oooh, that's very strange. I've found 10.0.14393.0 on several different machines so far, and they all have the Update option. Maybe it dynamically hides the Update option if it detects that there is nothing to update? (But then I'd think it would also hide the Delete option if there was nothing to delete, and it doesn't seem to do that.) I'm afraid that leaves you with having to do a Delete followed by an Add. – Doug Deden Mar 12 '19 at 16:39
  • Actually I only know that `cmd.exe` printed `Microsoft Windows [Version 10.0.17134.590]` and then `netsh http update sslcert` failed. I don't know the version of `netsh.exe` at that point. Since then it has somehow gained support for update, possibly from a Windows update. – Peter Mar 12 '19 at 16:41

0 Answers0