3

We have a stand alone web socket server built in .NET 4.51 and SignalR.

Works great.

We can do SSL fine by referencing a certificate in the windows machine store.

Fine.

Our project requires that our exe (the web socket server built w SignalR) be portable, and able to serve as an SSL server everywhere it runs, without interacting with the certificate store on the OS.

Possible?

How close can we get to this?

(Yes, we understand that the private key, etc, will be embedded in the exe, and could be stolen.)

Jonesome Reinstate Monica
  • 6,618
  • 11
  • 65
  • 112

1 Answers1

1

It appears this is the answer: WCF Certificates without Certificate Store

However, we will accept a detailed response here!

Community
  • 1
  • 1
Jonesome Reinstate Monica
  • 6,618
  • 11
  • 65
  • 112