summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/reference.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index fcb46e5..1b9960f 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -106,10 +106,8 @@ serverinfo {
* rsa.key, and the public key in rsa.pub:
*
* openssl genrsa -out rsa.key 2048
- * openssl rsa -in rsa.key -pubout -out rsa.pub
- * chown <ircd-user>.<ircd.group> rsa.key rsa.pub
+ * chown <ircd-user>.<ircd.group> rsa.key
* chmod 0600 rsa.key
- * chmod 0644 rsa.pub
*/
# rsa_private_key_file = "/usr/local/ircd/etc/rsa.key";