| 1234567891011121314151617181920212223242526272829303132333435363738 |
- From 42e78c79e7bf8eda20bf06f4ca8aa98087d7f778 Mon Sep 17 00:00:00 2001
- From: Alexander Barton <alex@barton.de>
- Date: Wed, 3 Jan 2024 15:40:58 +0100
- Subject: [PATCH 10/20] S2S-TLS: Fix formatting and sort new SSL options in
- ngircd.conf manual page
- (cherry picked from commit 58ee4df2ae2e4e59ae8909b69670825229158da8)
- ---
- man/ngircd.conf.5.tmpl | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
- --- a/man/ngircd.conf.5.tmpl
- +++ b/man/ngircd.conf.5.tmpl
- @@ -385,13 +385,10 @@
- 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
- @@ -401,6 +398,9 @@
- 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
|