summaryrefslogtreecommitdiff
path: root/doc/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference.conf')
-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