akkadotnet / akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
http://getakka.net
Other
4.7k stars 1.04k forks source link

Akka.Remote: No Support for Using Installed Certificate with Thumbprint #3632

Closed to11mtm closed 5 years ago

to11mtm commented 5 years ago

The Dotnetty Transport currently only supports using certificates specified by file and password. Being able to use an installed certificate specified by Thumprint allows deployments in scenarios where an organization does not wish to have these files/passwords visible.

I've created a pull request that adds this capability.

Aaronontheweb commented 5 years ago

closed via #3629