summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-08-18 18:25:12 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-08-18 18:25:12 +0000
commitf34481265fec85812388bbcb082b064a2cfba9b2 (patch)
tree6438ce242d43c82ffd93eee5375d13809935735c /doc
parent7c2460428909a668e6654c93d436257d968fccbe (diff)
- Update NEWS
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2467 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index 1b9960f..af50954 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -102,8 +102,7 @@ serverinfo {
* rsa_private_key_file: the path to the file containing the
* RSA key for cryptlink.
*
- * Example commands to store a 2048 bit RSA keypair in
- * rsa.key, and the public key in rsa.pub:
+ * Example commands to store a 2048 bit RSA key in rsa.key:
*
* openssl genrsa -out rsa.key 2048
* chown <ircd-user>.<ircd.group> rsa.key