summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-08-17 20:44:01 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-08-17 20:44:01 +0000
commit7c2460428909a668e6654c93d436257d968fccbe (patch)
treed9558e73b82e5ff610094103d76332a1eb1ff820 /doc
parent8e0f0de9705582025164ea543a2300c005084e77 (diff)
- doc/reference.conf: remove references to RSA public key
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2465 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-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";