Changes

From Amahi Wiki
Jump to: navigation, search
16 bytes removed ,  04:57, 14 December 2013
== Generating a SSL 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.crtcat znc.crt znc.key > znc.pem}}
Copy this file to your '''/home/username/.znc''' directory (replace ''username'' with your first admin user name) and restart ZNC:
{{Code| service znc restart}}
12,424

edits