If you want to provide offline hosting ServiceStackfor a one-page application, I want to require SSL.
I saw the answers related to setting up a server with a certificate using httpcfg/netsh, but I would not want this configuration step possible.
I found this answer , but it does not compile.
Missing class PrivateKey. Of course, I assume that it PrivateKey.Save(...)does something similar to what it httpcfg/netshdoes during manual tuning. My question is, is such a “lack of configuration" possible with SSLon HttpListener? Is it possible that a previously related answer was possible? If so, where does it come from PrivateKey?
danno source
share