Changes

From Amahi Wiki
Jump to: navigation, search
369 bytes added ,  15:09, 19 February 2012
'''NOTE:''' See [http://en.znc.in/wiki/Configuration ZNC Configuration] for more guidance on customization.
 
 
== Generating a Certificate ==
You can use the following openssl commands to generate a certificate:
{{Code|openssl req -nodes -newkey rsa:2048 -keyout znc.key -x509 -days 365 -out znc.crt
cat znc.crt znc.key > znc.pem}}
Copy this file to your '''/home/user/.znc''' directory (replace ''user'' with your first admin user name), overwriting the current one if needed.
== IRC Client Setup ==
12,424

edits