Versions Compared

Key

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

...

Code Block
languagepowershell
netsh http add sslcert 
  ipport=<tax-transfer-de-url-prefix>
  certhash=<tax-transfer-de-certificate-thumbprint> 
  appid="{b985d85c-9533-452c-a0e3-0d8231cf5e240}"
  • Replacing <tax-transfer-de-url-prefix> with the URL prefix from appsettings.json

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

...