FireflyServer / firefly

Firefly - a .NET HTTP server
http://loudej.github.com/firefly
Apache License 2.0
80 stars 16 forks source link

https ssl certificates #16

Open mrak opened 11 years ago

mrak commented 11 years ago

I understand that you can have firefly listen over https, but how do you tell it which ssl certificate to use so that it doesn't reject incoming requests over https?

Is this done via httpcfg.exe or netsh.exe like you would for the .NET System.Net.HttpListener class? Can you do it programmatically?

I couldn't find any examples or documentation.