How to use SSL with HttpListener with an mkbundle'd Mono app
问题 I have a .NET application built with Mono, that I've bundled into a native (Linux) executable using mkbundle . This is so that end users don't need to mess around and install Mono themselves. The application uses ServiceStack, which under the hood uses HttpListener . I need the web services to be exposed over an SSL-enabled HTTP endpoint. Normally, you would run something like httpcfg -add -port 1234 -p12 MyCert.pfx -pwd "MyPass" during configuration (all this really does is copy the