How to use SSL under Linux (Debian)? #59
Einhornyordle
started this conversation in
General
Replies: 1 comment
-
Hi @Einhornyordle I unfortunately don't have a good example for you. I'd suggest looking into ways of binding
This may or may not be helpful (it is for Mono environments, but may work for .NET Core): http://joshua.perina.com/geo/post/using-ssl-https-with-mono-httplistener If not, you may have to run your code behind something like nginx. Would you mind trying the link and let us know how it goes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a simple WatsonWsServer and set the ssl bool to true but how do i specify the ssl certificate to use under debian (since there is no netsh command available)?
Beta Was this translation helpful? Give feedback.
All reactions