diff options
-rw-r--r-- | doc/reference.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 92f56bc..4e283ba 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -103,7 +103,7 @@ serverinfo { * * Example command to store a 2048 bit RSA keypair in * 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 |