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 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
ornetsh.exe
like you would for the .NETSystem.Net.HttpListener
class? Can you do it programmatically?I couldn't find any examples or documentation.