Versions Compared

Key

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

...

Code Block
languagepowershell
netsh http add sslcert 
  ipport=<tax-balance-url-prefix>
  certhash=<tax-balance-certificate-thumbprint> 
  appid="{23842322-71a0-4aed-9852-eb1e5cea2c17}"
  • Replacing <tax-balance-url-prefix> with the URL prefix from appsettings.json

  • Replacing <tax-balance-certificate-thumbprint> with the X.509 certificate thumbprint from a certificate stored in the Windows certificate for the local machine.

Note

Use ipport parameter when binding X.509 to IP adress and port combination, e.g, 0.0.0.0:443. Use hostnameport when binding X.509 certificate to host name and port combination, e.g., localhost:443.