Install Charybdis IRC Server

# nano /etc/apt/sources.list
deb http://ftp.debian.org/debian jessie-backports main
# apt-get update
# apt-get install charybdis
# apt-get install -t jessie-backports anope
# nano /etc/charybdis/ircd.conf

full path (/var/lib/charybdis/) to ssl cert stuff

# cd /var/lib/charybdis
# openssl dhparam -out dh.pem 1024
# openssl genrsa -out ssl.key 2048
# openssl req -new -days 3650 -x509 -key ssl.key -out ssl.crt 
# chown charybdis:charybdis *
# chmod 600 ssl.*
# chmod 600 dh.pem
tips/install_charybdis.txt · Last modified: 2023-08-06 19:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki