]> arthur.barton.de Git - ngircd-alex.git/commitdiff
sample-ngircd.conf: remove "SSL" prefix from SSL-related variables
authorAlexander Barton <alex@barton.de>
Sun, 26 Jun 2011 13:39:39 +0000 (15:39 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 26 Jun 2011 13:39:39 +0000 (15:39 +0200)
doc/sample-ngircd.conf.tmpl

index 900e695fbd8a45bcc9c4f356e489c9997e24ede1..fc903cd2135d5b6c4324e9e9d4478e1ddbfbdaa7 100644 (file)
        # 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