Installation instructions for DNEWS - you need dnews5.4g5 or later!!!

Unzip these files into \ssl on the main windows drive. Typically
	c:\ssl

Generate yourself a certificate, this command will create server.pem
When it asks for 
	Common Name (eg, YOUR name) []
Give your computer name or wild card, e.g. news.domain.name

	cd \ssl
	req -new -x509 -nodes -out server.pem -keyout server.pem -days 365 -config openssl.cnf

Then try it out manually:

	\ssl\sslwrap -cert \ssl\server.pem -port 119 -accept 563
If it fails look for errors in sslwrap.log

Then using Netscape or IE set your news preferences to require SSL.

Assuming that all works as expected, then you need to make 
dnews auto start sslwrap, add to dnews.conf (change c: if you have it installed
on another drive)
	spawn_prog c:\ssl\sslwrap.exe -cert c:\ssl\server.pem -port 119 -accept 563


There is a known bug/feature, all connections via ssl will come from ip 127.0.0.1
so you need to restrict access using usernames/passwords rather than with access.conf
ip address rules.
