Skip to content

Enable HTTPS with mcr.microsoft.com/dotnet/framework/wcf:4.8.1 image #1206

Answered by lbussell
pamorales24 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, it should be possible. You'll want to roughly do the following:

  1. Read the WCF Documentation on Transport Security. Set up your binding accordingly.
  2. Get your cert into your Docker build environment, either by COPYing it in and adding it to the certificate store, or by using IIS's Centralized SSL Cert support.
  3. Use PowerShell to enable SSL with IIS using your cert: https://learn.microsoft.com/en-us/iis/manage/powershell/powershell-snap-in-configuring-ssl-with-the-iis-powershell-snap-in

Hopefully that documentation helps.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pamorales24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants