.NET/C# (server and client)
This could probably be split into multiple issues. I'm not sure what the options are here.
@sourishkrout Related to #17, or is this still a separate issue (ie. .NET can terminate TLS on its own without IIS)?
@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?
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.
- https://smallstep.com/hello-mtls/doc/client/mysql-client
- https://smallstep.com/hello-mtls/doc/server/mysql
Great. I will model .NET's after this referencing the open github bug.