1
0

0010-S2S-TLS-Fix-formatting-and-sort-new-SSL-options-in-n.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. From c9247d7031c4f92d583035ea29a182b3dd8b478d Mon Sep 17 00:00:00 2001
  2. From: Alexander Barton <alex@barton.de>
  3. Date: Wed, 3 Jan 2024 15:40:58 +0100
  4. Subject: [PATCH 10/20] S2S-TLS: Fix formatting and sort new SSL options in
  5. ngircd.conf manual page
  6. (cherry picked from commit 58ee4df2ae2e4e59ae8909b69670825229158da8)
  7. ---
  8. man/ngircd.conf.5.tmpl | 8 ++++----
  9. 1 file changed, 4 insertions(+), 4 deletions(-)
  10. --- a/man/ngircd.conf.5.tmpl
  11. +++ b/man/ngircd.conf.5.tmpl
  12. @@ -385,13 +385,10 @@
  13. section. Please note that this whole section is only recognized by ngIRCd
  14. when it is compiled with support for SSL using OpenSSL or GnuTLS!
  15. .TP
  16. -\fBCAFile (string)\fR
  17. +\fBCAFile\fR (string)
  18. Filename pointing to the Trusted CA Certificates. This is required for
  19. verifying peer certificates.
  20. .TP
  21. -\fBCRLFile (string)\fR
  22. -Filename of Certificate Revocation List.
  23. -.TP
  24. \fBCertFile\fR (string)
  25. SSL Certificate file of the private server key.
  26. .TP
  27. @@ -401,6 +398,9 @@
  28. Please see 'man 1ssl ciphers' (OpenSSL) and 'man 3 gnutls_priority_init'
  29. (GnuTLS) for details.
  30. .TP
  31. +\fBCRLFile\fR (string)
  32. +Filename of Certificate Revocation List.
  33. +.TP
  34. \fBDHFile\fR (string)
  35. Name of the Diffie-Hellman Parameter file. Can be created with GnuTLS
  36. "certtool \-\-generate-dh-params" or "openssl dhparam". If this file is not