summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--doc/reference.conf3
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 41d1486..23ad2bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-- ircd-hybrid-8.1.7 Release Notes
o) Fixed issue with channel mode +n having no functionality at all
+o) Fixed SSL certificate fingerprint validation for outgoing server connects
o) Updated several documentation files
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