Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions configs/ngircd/ngircd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ngircd 21 supports cipher lists, this is just the corresponding
# section. Since it can be built for both OpenSSL and GnuTLS both
# options are provided.

[SSL]
# For OpenSSL:
CipherList = ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA
# For GnuTLS:
;CipherList = PFS

# SSL Server Key Certificate
CertFile = /etc/ssl/certs/irc.hackcoop.com.ar.crt

# Diffie-Hellman parameters
DHFile = /etc/ssl/private/2048.dh

# SSL Server Key
KeyFile = /etc/ssl/private/irc.hackcoop.com.ar.key

# password to decrypt SSLKeyFile (OpenSSL only)
;KeyFilePassword = secret

# Additional Listen Ports that expect SSL/TLS encrypted connections
Ports = 6697