Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
netsh http delete urlacl url=<url-prefix-to-delete>

Register X.509

...

certificate

Use the netsh.exe tool to register certificates a certificate for Tax Balance Server.

Code Block
languagepowershell
netsh http add sslcert 
  ipport=<tax-balance-url-prefix>
  certhash=<tax-balance-certificate-thumbprint> 
  appid="23842322-71a0-4aed-9852-eb1e5cea2c17"

...