IRC

From Vague Hope Wiki
Revision as of 02:52, 6 July 2013 by Haku (Talk | contribs) (InspIRCd with SSL only)

Jump to: navigation, search

References

InspIRCd with SSL only

Generate self-signed server certs:

openssl dhparam -out dhparam_4096.pem 4096
openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem