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.

...