ngircd.conf.5: strip "SSL" prefix from variables in [SSL] section
This commit is contained in:
parent
bd118c65fd
commit
5f400694cf
|
@ -314,10 +314,10 @@ All SSL-related configuration variables are located in the
|
||||||
section. Please note that this whole section is only recognized by ngIRCd
|
section. Please note that this whole section is only recognized by ngIRCd
|
||||||
when it is compiled with support for SSL using OpenSSL or GnuTLS!
|
when it is compiled with support for SSL using OpenSSL or GnuTLS!
|
||||||
.TP
|
.TP
|
||||||
\fBSSLCertFile\fR (string)
|
\fBCertFile\fR (string)
|
||||||
SSL Certificate file of the private server key.
|
SSL Certificate file of the private server key.
|
||||||
.TP
|
.TP
|
||||||
\fBSSLDHFile\fR (string)
|
\fBDHFile\fR (string)
|
||||||
Name of the Diffie-Hellman Parameter file. Can be created with GnuTLS
|
Name of the Diffie-Hellman Parameter file. Can be created with GnuTLS
|
||||||
"certtool \-\-generate-dh-params" or "openssl dhparam". If this file is not
|
"certtool \-\-generate-dh-params" or "openssl dhparam". If this file is not
|
||||||
present, it will be generated on startup when ngIRCd was compiled with GnuTLS
|
present, it will be generated on startup when ngIRCd was compiled with GnuTLS
|
||||||
|
@ -325,14 +325,14 @@ support (this may take some time). If ngIRCd was compiled with OpenSSL, then
|
||||||
(Ephemeral)-Diffie-Hellman Key Exchanges and several Cipher Suites will not be
|
(Ephemeral)-Diffie-Hellman Key Exchanges and several Cipher Suites will not be
|
||||||
available.
|
available.
|
||||||
.TP
|
.TP
|
||||||
\fBSSLKeyFile\fR (string)
|
\fBKeyFile\fR (string)
|
||||||
Filename of SSL Server Key to be used for SSL connections. This is required
|
Filename of SSL Server Key to be used for SSL connections. This is required
|
||||||
for SSL/TLS support.
|
for SSL/TLS support.
|
||||||
.TP
|
.TP
|
||||||
\fBSSLKeyFilePassword\fR (string)
|
\fBKeyFilePassword\fR (string)
|
||||||
OpenSSL only: Password to decrypt the private key file.
|
OpenSSL only: Password to decrypt the private key file.
|
||||||
.TP
|
.TP
|
||||||
\fBSSLPorts\fR (list of numbers)
|
\fBPorts\fR (list of numbers)
|
||||||
Same as \fBPorts\fR , except that ngIRCd will expect incoming connections
|
Same as \fBPorts\fR , except that ngIRCd will expect incoming connections
|
||||||
to be SSL/TLS encrypted. Common port numbers for SSL-encrypted IRC are 6669
|
to be SSL/TLS encrypted. Common port numbers for SSL-encrypted IRC are 6669
|
||||||
and 6697. Default: none.
|
and 6697. Default: none.
|
||||||
|
|
Loading…
Reference in New Issue