Module: ngircd.git Branch: master Commit: cb28c4ff03d775825b698fcff3fbe68b50a8f8a6 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=cb28c...
Author: Alexander Barton alex@barton.de Date: Sun Jun 26 15:39:39 2011 +0200
sample-ngircd.conf: remove "SSL" prefix from SSL-related variables
---
doc/sample-ngircd.conf.tmpl | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index 900e695..fc903cd 100644 --- a/doc/sample-ngircd.conf.tmpl +++ b/doc/sample-ngircd.conf.tmpl @@ -187,19 +187,19 @@ # So don't forget to remove the ";" above if this is the case ...
# SSL Server Key Certificate - ;SSLCertFile = :ETCDIR:/ssl/server-cert.pem + ;CertFile = :ETCDIR:/ssl/server-cert.pem
# Diffie-Hellman parameters - ;SSLDHFile = :ETCDIR:/ssl/dhparams.pem + ;DHFile = :ETCDIR:/ssl/dhparams.pem
# SSL Server Key - ;SSLKeyFile = :ETCDIR:/ssl/server-key.pem + ;KeyFile = :ETCDIR:/ssl/server-key.pem
# password to decrypt SSLKeyFile (OpenSSL only) - ;SSLKeyFilePassword = secret + ;KeyFilePassword = secret
# Additional Listen Ports that expect SSL/TLS encrypted connections - ;SSLPorts = 6697, 9999 + ;Ports = 6697, 9999
[Operator] # [Operator] sections are used to define IRC Operators. There may be