sample-ngircd.conf: remove "SSL" prefix from SSL-related variables
This commit is contained in:
parent
269310f04b
commit
cb28c4ff03
|
@ -187,19 +187,19 @@
|
||||||
# So don't forget to remove the ";" above if this is the case ...
|
# So don't forget to remove the ";" above if this is the case ...
|
||||||
|
|
||||||
# SSL Server Key Certificate
|
# SSL Server Key Certificate
|
||||||
;SSLCertFile = :ETCDIR:/ssl/server-cert.pem
|
;CertFile = :ETCDIR:/ssl/server-cert.pem
|
||||||
|
|
||||||
# Diffie-Hellman parameters
|
# Diffie-Hellman parameters
|
||||||
;SSLDHFile = :ETCDIR:/ssl/dhparams.pem
|
;DHFile = :ETCDIR:/ssl/dhparams.pem
|
||||||
|
|
||||||
# SSL Server Key
|
# SSL Server Key
|
||||||
;SSLKeyFile = :ETCDIR:/ssl/server-key.pem
|
;KeyFile = :ETCDIR:/ssl/server-key.pem
|
||||||
|
|
||||||
# password to decrypt SSLKeyFile (OpenSSL only)
|
# password to decrypt SSLKeyFile (OpenSSL only)
|
||||||
;SSLKeyFilePassword = secret
|
;KeyFilePassword = secret
|
||||||
|
|
||||||
# Additional Listen Ports that expect SSL/TLS encrypted connections
|
# Additional Listen Ports that expect SSL/TLS encrypted connections
|
||||||
;SSLPorts = 6697, 9999
|
;Ports = 6697, 9999
|
||||||
|
|
||||||
[Operator]
|
[Operator]
|
||||||
# [Operator] sections are used to define IRC Operators. There may be
|
# [Operator] sections are used to define IRC Operators. There may be
|
||||||
|
|
Loading…
Reference in New Issue