smallstep / hello-mtls

:wave: Docs demonstrating mutual TLS configurations in various technologies
Apache License 2.0
87 stars 26 forks source link

.NET/C# (server and client) #22

Open alanchrt opened 4 years ago

alanchrt commented 4 years ago

This could probably be split into multiple issues. I'm not sure what the options are here.

alanchrt commented 4 years ago

@sourishkrout Related to #17, or is this still a separate issue (ie. .NET can terminate TLS on its own without IIS)?

sourishkrout commented 4 years ago

@alanctkc it supports TLS w/o IIS when I add the intermediate cert to the root bundle (hacky). do we have any other docs that suggest doing that to get around lack of intermediate support?

alanchrt commented 4 years ago

Yes, we do! We have to add the intermediate to the root in MySQL clients, and we make mention of it on the server side, even though we don't bundle the intermediate there.

sourishkrout commented 4 years ago

Great. I will model .NET's after this referencing the open github bug.