1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

S2S-TLS: Fix formatting and sort new SSL options in ngircd.conf manual page

This commit is contained in:
Alexander Barton 2024-01-03 15:40:58 +01:00
parent 02bb99b024
commit 58ee4df2ae

View File

@ -397,13 +397,10 @@ All SSL-related configuration variables are located in the
section. Please note that this whole section is only recognized by ngIRCd
when it is compiled with support for SSL using OpenSSL or GnuTLS!
.TP
\fBCAFile (string)\fR
\fBCAFile\fR (string)
Filename pointing to the Trusted CA Certificates. This is required for
verifying peer certificates.
.TP
\fBCRLFile (string)\fR
Filename of Certificate Revocation List.
.TP
\fBCertFile\fR (string)
SSL Certificate file of the private server key.
.TP
@ -413,6 +410,9 @@ Select cipher suites allowed for SSL/TLS connections. This defaults to
Please see 'man 1ssl ciphers' (OpenSSL) and 'man 3 gnutls_priority_init'
(GnuTLS) for details.
.TP
\fBCRLFile\fR (string)
Filename of Certificate Revocation List.
.TP
\fBDHFile\fR (string)
Name of the Diffie-Hellman Parameter file. Can be created with GnuTLS
"certtool \-\-generate-dh-params" or "openssl dhparam". If this file is not