If you want to use SslStream, you have to have a cert on the server.  It can be 
self signed, but it needs to *exist*.   ;-)

All the guides out there that I can find tell people to use "makecert," which 
isn't an option.  Or use openssl.  I have used openssl to generate self signed 
certs for web servers before - but so far I have failed to generate one that 
SslStream is willing to work with.

Plus, I'd just generally like to know how to do this in C# anyway.

The other guides I can find, to generate self signed certs in C#, all seem to 
say you should use the "CX509CertificateRequestCertificate" COM object.  But as 
far as I can tell, this is not available in mono.  Right?

So...  If you want to develop something in mono, and generate a self signed 
cert, how would you do it?
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to