From 7c2460428909a668e6654c93d436257d968fccbe Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 17 Aug 2013 20:44:01 +0000 Subject: - 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 --- doc/reference.conf | 4 +--- 1 file changed, 1 insertion(+), 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 . rsa.key rsa.pub + * chown . rsa.key * chmod 0600 rsa.key - * chmod 0644 rsa.pub */ # rsa_private_key_file = "/usr/local/ircd/etc/rsa.key"; -- cgit