summaryrefslogtreecommitdiff
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
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
-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