ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/doc/reference.conf
(Generate patch)

Comparing hopm/branches/1.1.x/doc/reference.conf (file contents):
Revision 9630 by michael, Sun Jul 12 11:31:01 2020 UTC vs.
Revision 9631 by michael, Sat Sep 19 10:41:35 2020 UTC

# Line 147 | Line 147 | irc {
147           */
148          tls = no;
149  
150 +        /*
151 +         * rsa_private_key_file: the path to the file containing the RSA key.
152 +         *
153 +         * Once the RSA key is generated, it is highly recommended to lock down
154 +         * its file permissions:
155 +         *
156 +         *    chown <ircd-user>.<ircd.group> rsa.key
157 +         *    chmod 0600 rsa.key
158 +         */
159   #       rsa_private_key_file = "etc/rsa.key";
160  
161 +        /*
162 +         * tls_certificate_file: the path to the file containing our
163 +         * TLS certificate for encrypted client connection.
164 +         */
165   #       tls_certificate_file = "etc/cert.pem";
166  
167          /*

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)